public static enum DescriptorTarget.AppliesTo extends Enum<DescriptorTarget.AppliesTo>
Enum Constant and Description |
---|
ALL |
CLASS |
CONCEPT_SCHEME |
ONTOLOGY |
PROPERTY |
Modifier and Type | Method and Description |
---|---|
static DescriptorTarget.AppliesTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorTarget.AppliesTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorTarget.AppliesTo ONTOLOGY
public static final DescriptorTarget.AppliesTo CLASS
public static final DescriptorTarget.AppliesTo CONCEPT_SCHEME
public static final DescriptorTarget.AppliesTo PROPERTY
public static final DescriptorTarget.AppliesTo ALL
public static DescriptorTarget.AppliesTo[] values()
for (DescriptorTarget.AppliesTo c : DescriptorTarget.AppliesTo.values()) System.out.println(c);
public static DescriptorTarget.AppliesTo 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 nullCopyright © 2018. All rights reserved.