public enum GovernanceZoneSampleDefinitions extends Enum<GovernanceZoneSampleDefinitions>
| Enum Constant and Description |
|---|
CLINICAL_TRIALS |
DATA_LAKE |
DEVELOPMENT |
FINANCE |
GOVERNANCE |
HUMAN_RESOURCES |
INFRASTRUCTURE |
MANUFACTURING |
PERSONAL |
QUARANTINE |
RESEARCH |
SALES |
TRASH_CAN |
| Modifier and Type | Method and Description |
|---|---|
String |
getCriteria()
Returns a description of the criteria for including assets in the zone.
|
String |
getDescription()
Returns a detailed description of the assets within the zone.
|
String |
getDisplayName()
Returns a descriptive name of the zone.
|
String |
getZoneName()
Returns the unique name for the zone.
|
static GovernanceZoneSampleDefinitions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceZoneSampleDefinitions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GovernanceZoneSampleDefinitions PERSONAL
public static final GovernanceZoneSampleDefinitions QUARANTINE
public static final GovernanceZoneSampleDefinitions DATA_LAKE
public static final GovernanceZoneSampleDefinitions RESEARCH
public static final GovernanceZoneSampleDefinitions CLINICAL_TRIALS
public static final GovernanceZoneSampleDefinitions HUMAN_RESOURCES
public static final GovernanceZoneSampleDefinitions FINANCE
public static final GovernanceZoneSampleDefinitions INFRASTRUCTURE
public static final GovernanceZoneSampleDefinitions DEVELOPMENT
public static final GovernanceZoneSampleDefinitions MANUFACTURING
public static final GovernanceZoneSampleDefinitions SALES
public static final GovernanceZoneSampleDefinitions GOVERNANCE
public static final GovernanceZoneSampleDefinitions TRASH_CAN
public static GovernanceZoneSampleDefinitions[] values()
for (GovernanceZoneSampleDefinitions c : GovernanceZoneSampleDefinitions.values()) System.out.println(c);
public static GovernanceZoneSampleDefinitions 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 getZoneName()
public String getDisplayName()
public String getDescription()
public String getCriteria()
Copyright © 2018–2019 ODPi. All rights reserved.