Uses of Enum Class
org.orcid.jaxb.model.record_v2.Relationship
Packages that use Relationship
-
Uses of Relationship in org.orcid.jaxb.model.record_v2
Fields in org.orcid.jaxb.model.record_v2 declared as RelationshipModifier and TypeFieldDescriptionprotected RelationshipExternalID.relationshipprotected RelationshipPersonExternalIdentifier.relationshipMethods in org.orcid.jaxb.model.record_v2 that return RelationshipModifier and TypeMethodDescriptionstatic RelationshipExternalID.getRelationship()PersonExternalIdentifier.getRelationship()static RelationshipReturns the enum constant of this class with the specified name.static Relationship[]Relationship.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orcid.jaxb.model.record_v2 with parameters of type RelationshipModifier and TypeMethodDescriptionvoidExternalID.setRelationship(Relationship relationship) voidPersonExternalIdentifier.setRelationship(Relationship relationship)