Uses of Class
org.tentackle.model.SelectionType
-
Packages that use SelectionType Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of SelectionType in org.tentackle.model
Methods in org.tentackle.model that return SelectionType Modifier and Type Method Description SelectionTypeRelation. getSelectionType()Gets the selection type.static SelectionTypeSelectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SelectionType[]SelectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SelectionType in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return SelectionType Modifier and Type Method Description SelectionTypeRelationImpl. getSelectionType()Methods in org.tentackle.model.impl with parameters of type SelectionType Modifier and Type Method Description voidRelationImpl. setSelectionType(SelectionType selectionType)
-