Uses of Class
adalid.core.enums.AnchorType
-
Packages that use AnchorType Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of AnchorType in adalid.core
Methods in adalid.core that return AnchorType Modifier and Type Method Description AnchorTypeAbstractDataArtifact. getAnchorType()AnchorTypeAbstractDataArtifact. getFirstAnchoredFieldAnchorType()Methods in adalid.core with parameters of type AnchorType Modifier and Type Method Description voidAbstractDataArtifact. setFirstAnchoredFieldAnchorType(AnchorType anchorType)Sets the first anchored field anchor type -
Uses of AnchorType in adalid.core.annotations
Methods in adalid.core.annotations that return AnchorType Modifier and Type Method Description AnchorTypeanchorType()anchorType especifica el tipo de anclaje del parĂ¡metro.AnchorTypeanchorType()anchorType especifica el tipo de anclaje de la propiedad. -
Uses of AnchorType in adalid.core.enums
Methods in adalid.core.enums that return AnchorType Modifier and Type Method Description static AnchorTypeAnchorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnchorType[]AnchorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnchorType in adalid.core.interfaces
Methods in adalid.core.interfaces that return AnchorType Modifier and Type Method Description AnchorTypeParameter. getAnchorType()AnchorTypeProperty. getAnchorType()AnchorTypeParameter. getFirstAnchoredFieldAnchorType()AnchorTypeProperty. getFirstAnchoredFieldAnchorType()Methods in adalid.core.interfaces with parameters of type AnchorType Modifier and Type Method Description voidParameter. setFirstAnchoredFieldAnchorType(AnchorType anchorType)Sets the first anchored field anchor typevoidProperty. setFirstAnchoredFieldAnchorType(AnchorType anchorType)Sets the first anchored field anchor type
-