Modifier and Type | Method and Description |
---|---|
static AssociatedPersonCategory |
AssociatedPersonCategory.getAssistant()
Assistant
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getBrother()
Brother
|
AssociatedPersonCategory |
AssociatedPerson.getCategory()
Gets or sets an object category
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getChild()
Child
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getCustom()
Custom category with empty description
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getDomesticPartner()
Domestic partner
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getFather()
Father
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getFriend()
Friend
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getManager()
Manager
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getMother()
Mother
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getParent()
Parent
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getPartner()
Partner
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getReferredBy()
Referred by
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getRelative()
Relative
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getSister()
Sister
|
static AssociatedPersonCategory |
AssociatedPersonCategory.getSpouse()
Spouse
|
Modifier and Type | Method and Description |
---|---|
boolean |
AssociatedPersonCategory.equals(AssociatedPersonCategory other)
Determines whether the specified object is equal to the current object.
|
static boolean |
AssociatedPersonCategory.op_Equality(AssociatedPersonCategory a,
AssociatedPersonCategory b)
Determines whether the specified objects are equal.
|
static boolean |
AssociatedPersonCategory.op_Inequality(AssociatedPersonCategory a,
AssociatedPersonCategory b)
Determines whether the specified objects are not equal.
|
void |
AssociatedPerson.setCategory(AssociatedPersonCategory value)
Gets or sets an object category
|