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() -
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()
-