public static enum MetaGroup.AppliesTo extends Enum<MetaGroup.AppliesTo>
| Enum Constant and Description |
|---|
IGNORABLE
The meta-group applies to the ignorable.
|
SOURCE
The meta-group applies to the source.
|
TARGET
The meta-group applies to the target.
|
UNDEFINED
The meta-group does not applies to a specific type of object.
|
| Modifier and Type | Method and Description |
|---|---|
static MetaGroup.AppliesTo |
fromString(String name) |
String |
toString() |
static MetaGroup.AppliesTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaGroup.AppliesTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaGroup.AppliesTo UNDEFINED
public static final MetaGroup.AppliesTo SOURCE
public static final MetaGroup.AppliesTo TARGET
public static final MetaGroup.AppliesTo IGNORABLE
public static MetaGroup.AppliesTo[] values()
for (MetaGroup.AppliesTo c : MetaGroup.AppliesTo.values()) System.out.println(c);
public static MetaGroup.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 nullpublic String toString()
toString in class Enum<MetaGroup.AppliesTo>public static MetaGroup.AppliesTo fromString(String name)
Copyright © 2020. All rights reserved.