public enum RelationshipRoleType extends Enum<RelationshipRoleType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getName() |
String |
toString() |
static RelationshipRoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipRoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipRoleType Aunt
public static final RelationshipRoleType Brother
public static final RelationshipRoleType BrotherInLaw
public static final RelationshipRoleType AdoptedChild
public static final RelationshipRoleType FosterChild
public static final RelationshipRoleType ChildInLaw
public static final RelationshipRoleType Cousin
public static final RelationshipRoleType NaturalDaughter
public static final RelationshipRoleType AdoptedDaughter
public static final RelationshipRoleType Daughter
public static final RelationshipRoleType FosterDaughter
public static final RelationshipRoleType DaughterInLaw
public static final RelationshipRoleType EmergencyContact
public static final RelationshipRoleType FamilyMember
public static final RelationshipRoleType Child
public static final RelationshipRoleType ExtendedFamilyMember
public static final RelationshipRoleType ImmediateFamily
public static final RelationshipRoleType Parent
public static final RelationshipRoleType Sibling
public static final RelationshipRoleType SignificantOther
public static final RelationshipRoleType DomesticPartner
public static final RelationshipRoleType Spouse
public static final RelationshipRoleType UnrelatedFriend
public static final RelationshipRoleType Father
public static final RelationshipRoleType FatherInLaw
public static final RelationshipRoleType GreatGrandfather
public static final RelationshipRoleType GreatGrandmother
public static final RelationshipRoleType GreatGrandparent
public static final RelationshipRoleType Grandfather
public static final RelationshipRoleType Grandmother
public static final RelationshipRoleType Grandchild
public static final RelationshipRoleType Granddaughter
public static final RelationshipRoleType Grandson
public static final RelationshipRoleType Grandparent
public static final RelationshipRoleType Guardian
public static final RelationshipRoleType HalfBrother
public static final RelationshipRoleType HalfSibling
public static final RelationshipRoleType HalfSister
public static final RelationshipRoleType Husband
public static final RelationshipRoleType Mother
public static final RelationshipRoleType MotherInLaw
public static final RelationshipRoleType Neighbor
public static final RelationshipRoleType NaturalBrother
public static final RelationshipRoleType NaturalChild
public static final RelationshipRoleType Nephew
public static final RelationshipRoleType NaturalFather
public static final RelationshipRoleType NaturalFatherOfFetus
public static final RelationshipRoleType Niece
public static final RelationshipRoleType NieceNephew
public static final RelationshipRoleType NaturalMother
public static final RelationshipRoleType NextOfKin
public static final RelationshipRoleType NaturalParent
public static final RelationshipRoleType NaturalSibling
public static final RelationshipRoleType NaturalSister
public static final RelationshipRoleType PowerOfAttorney
public static final RelationshipRoleType PowerOfAttorneyPersonal
public static final RelationshipRoleType PowerOfAttorneyProperty
public static final RelationshipRoleType ParentInLaw
public static final RelationshipRoleType Roomate
public static final RelationshipRoleType SiblingInLaw
public static final RelationshipRoleType Sister
public static final RelationshipRoleType SisterInLaw
public static final RelationshipRoleType NaturalSon
public static final RelationshipRoleType AdoptedSon
public static final RelationshipRoleType Son
public static final RelationshipRoleType FosterSon
public static final RelationshipRoleType SonInLaw
public static final RelationshipRoleType Stepbrother
public static final RelationshipRoleType StepChild
public static final RelationshipRoleType Stepdaughter
public static final RelationshipRoleType Stepfather
public static final RelationshipRoleType Stepmother
public static final RelationshipRoleType StepParent
public static final RelationshipRoleType StepSibling
public static final RelationshipRoleType Stepsister
public static final RelationshipRoleType Stepson
public static final RelationshipRoleType SubstituteDecisionMaker
public static final RelationshipRoleType Uncle
public static final RelationshipRoleType Wife
public static RelationshipRoleType[] values()
for (RelationshipRoleType c : RelationshipRoleType.values()) System.out.println(c);
public static RelationshipRoleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
public String getName()
public String toString()
toString in class Enum<RelationshipRoleType>Copyright © 2021. All rights reserved.