Uses of Class
org.tentackle.model.RelationType
-
Packages that use RelationType Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of RelationType in org.tentackle.model
Methods in org.tentackle.model that return RelationType Modifier and Type Method Description RelationTypeRelation. getRelationType()Gets the relation type.static RelationTypeRelationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RelationType[]RelationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RelationType in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return RelationType Modifier and Type Method Description RelationTypeRelationImpl. getRelationType()Methods in org.tentackle.model.impl with parameters of type RelationType Modifier and Type Method Description voidRelationImpl. setRelationType(RelationType relationType)
-