Uses of Class
org.alfresco.repo.forms.AssociationFieldDefinition.Direction
-
Packages that use AssociationFieldDefinition.Direction Package Description org.alfresco.repo.forms -
-
Uses of AssociationFieldDefinition.Direction in org.alfresco.repo.forms
Fields in org.alfresco.repo.forms declared as AssociationFieldDefinition.Direction Modifier and Type Field Description protected AssociationFieldDefinition.DirectionAssociationFieldDefinition. endpointDirectionMethods in org.alfresco.repo.forms that return AssociationFieldDefinition.Direction Modifier and Type Method Description AssociationFieldDefinition.DirectionAssociationFieldDefinition. getEndpointDirection()Returns the direction the association is going.static AssociationFieldDefinition.DirectionAssociationFieldDefinition.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssociationFieldDefinition.Direction[]AssociationFieldDefinition.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.repo.forms with parameters of type AssociationFieldDefinition.Direction Constructor Description AssociationFieldDefinition(java.lang.String name, java.lang.String endpointType, AssociationFieldDefinition.Direction endpointDirection)Default constructor
-