public enum AtlasPropertyType extends Enum<AtlasPropertyType>
Enum Constant and Description |
---|
ENVIRONMENT_VARIABLES |
JAVA_SYSTEM_PROPERTIES |
MAPPING_DEFINED_PROPERTIES |
RUNTIME_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static AtlasPropertyType |
fromValue(String v) |
static List<AtlasPropertyType> |
getAll() |
static List<String> |
getAllValues() |
String |
value() |
static AtlasPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlasPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlasPropertyType ENVIRONMENT_VARIABLES
public static final AtlasPropertyType JAVA_SYSTEM_PROPERTIES
public static final AtlasPropertyType MAPPING_DEFINED_PROPERTIES
public static final AtlasPropertyType RUNTIME_PROPERTIES
public static AtlasPropertyType[] values()
for (AtlasPropertyType c : AtlasPropertyType.values()) System.out.println(c);
public static AtlasPropertyType 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 value()
public static AtlasPropertyType fromValue(String v)
public static List<AtlasPropertyType> getAll()
Copyright © 2019 JBoss by Red Hat. All rights reserved.