| Modifier and Type | Method and Description |
|---|---|
Gender |
CustomObject.getGender() |
Gender |
CustomObjectTranslation.getGender() |
Gender |
CustomFieldTranslation.getGender() |
static Gender |
Gender.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomObject.setGender(Gender gender) |
void |
CustomObjectTranslation.setGender(Gender gender) |
void |
CustomFieldTranslation.setGender(Gender gender) |
Copyright © 2020. All Rights Reserved.