public enum OrganizationNameUseEnum extends Enum<OrganizationNameUseEnum>
| Enum Constant and Description |
|---|
ABBREVIATED_NAME |
BUSINESS_NAME |
ENTERPRISE_NAME |
LOCALLY_USED_NAME |
ORGANIZATIONAL_UNIT_SECTION_DIVISION_NAME |
OTHER |
SERVICE_LOCATION_NAME |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescriptor() |
static OrganizationNameUseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationNameUseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationNameUseEnum ORGANIZATIONAL_UNIT_SECTION_DIVISION_NAME
public static final OrganizationNameUseEnum SERVICE_LOCATION_NAME
public static final OrganizationNameUseEnum BUSINESS_NAME
public static final OrganizationNameUseEnum LOCALLY_USED_NAME
public static final OrganizationNameUseEnum ABBREVIATED_NAME
public static final OrganizationNameUseEnum ENTERPRISE_NAME
public static final OrganizationNameUseEnum OTHER
public static final OrganizationNameUseEnum UNKNOWN
public static OrganizationNameUseEnum[] values()
for (OrganizationNameUseEnum c : OrganizationNameUseEnum.values()) System.out.println(c);
public static OrganizationNameUseEnum 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 getDescriptor()
Copyright © 2021. All rights reserved.