public enum Descriptor extends Enum<Descriptor>
Enum Constant and Description |
---|
ALIAS |
DATACAPTURESTATEMENT |
DEFINITION |
DESCRIPTION |
DOCUMENTATION |
EXAMPLE |
GLOBALIDENTIFIER |
LANGUAGE |
LEGALBASIS |
PRIMARYCODE |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isSingleValued() |
String |
toString() |
static Descriptor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Descriptor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Descriptor ALIAS
public static final Descriptor PRIMARYCODE
public static final Descriptor DOCUMENTATION
public static final Descriptor DEFINITION
public static final Descriptor DESCRIPTION
public static final Descriptor EXAMPLE
public static final Descriptor LEGALBASIS
public static final Descriptor DATACAPTURESTATEMENT
public static final Descriptor LANGUAGE
public static final Descriptor GLOBALIDENTIFIER
public static Descriptor[] values()
for (Descriptor c : Descriptor.values()) System.out.println(c);
public static Descriptor 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 boolean isSingleValued()
public String getName()
public String toString()
toString
in class Enum<Descriptor>
Copyright © 2017. All rights reserved.