Uses of Enum Class
adalid.core.enums.AnchorType
Packages that use AnchorType
-
Uses of AnchorType in adalid.core
Methods in adalid.core that return AnchorTypeModifier and TypeMethodDescriptionAbstractDataArtifact.getAnchorType()AbstractDataArtifact.getFirstAnchoredFieldAnchorType()Methods in adalid.core with parameters of type AnchorTypeModifier and TypeMethodDescriptionvoidAbstractDataArtifact.setFirstAnchoredFieldAnchorType(AnchorType anchorType) Sets the first anchored field anchor type -
Uses of AnchorType in adalid.core.enums
Methods in adalid.core.enums that return AnchorTypeModifier and TypeMethodDescriptionstatic AnchorTypeReturns the enum constant of this class with the specified name.static AnchorType[]AnchorType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AnchorType in adalid.core.interfaces
Methods in adalid.core.interfaces that return AnchorTypeModifier and TypeMethodDescriptionParameter.getAnchorType()Property.getAnchorType()Parameter.getFirstAnchoredFieldAnchorType()Property.getFirstAnchoredFieldAnchorType()Methods in adalid.core.interfaces with parameters of type AnchorTypeModifier and TypeMethodDescriptionvoidParameter.setFirstAnchoredFieldAnchorType(AnchorType anchorType) Sets the first anchored field anchor typevoidProperty.setFirstAnchoredFieldAnchorType(AnchorType anchorType) Sets the first anchored field anchor type