Modifier and Type | Field and Description |
---|---|
protected Relationship |
Mapping.relationshipType |
protected Relationship |
Configuration.relationshipType |
protected Relationship |
Field.relationshipType |
Modifier and Type | Method and Description |
---|---|
static Relationship |
Relationship.fromValue(String v) |
Relationship |
Mapping.getRelationshipType()
Gets the value of the relationshipType property.
|
Relationship |
Configuration.getRelationshipType()
Gets the value of the relationshipType property.
|
Relationship |
Field.getRelationshipType()
Gets the value of the relationshipType property.
|
static Relationship |
Relationship.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relationship[] |
Relationship.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Relationship> |
ObjectFactory.createRelationshipType(Relationship value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Relationship> |
ObjectFactory.createRelationshipType(Relationship value)
|
void |
Mapping.setRelationshipType(Relationship value)
Sets the value of the relationshipType property.
|
void |
Configuration.setRelationshipType(Relationship value)
Sets the value of the relationshipType property.
|
void |
Field.setRelationshipType(Relationship value)
Sets the value of the relationshipType property.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.