static RelationshipTypeEnum |
RelationshipTypeEnum.getRelationshipType(RelationDescriptor<?,?> relationDescriptor) |
Returns type of relationship based on relation descriptor.
|
static RelationshipTypeEnum |
RelationshipTypeEnum.getRelationshipType(RelationDescriptor<?,?> relationDescriptor,
boolean throwOnError) |
Returns type of relationship based on relation descriptor.
|
static RelationshipTypeEnum |
RelationshipTypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RelationshipTypeEnum[] |
RelationshipTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|