public enum BuiltInDataHelpers extends Enum<BuiltInDataHelpers>
| Enum Constant and Description |
|---|
ACTIVITY_DH |
PROPERTY_DH |
VIEWPOINT_DH |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BuiltInDataHelpers |
getValue(String name) |
String |
toString() |
static BuiltInDataHelpers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInDataHelpers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInDataHelpers PROPERTY_DH
public static final BuiltInDataHelpers VIEWPOINT_DH
public static final BuiltInDataHelpers ACTIVITY_DH
public static BuiltInDataHelpers[] values()
for (BuiltInDataHelpers c : BuiltInDataHelpers.values()) System.out.println(c);
public static BuiltInDataHelpers 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 getName()
public String toString()
toString in class Enum<BuiltInDataHelpers>public static BuiltInDataHelpers getValue(String name)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.