public enum Capabilities extends Enum<Capabilities>
| Enum Constant and Description |
|---|
Classification |
Expansion |
NamesMapping |
Occurrence |
Unfold |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
boolean |
isPropertySupport() |
void |
setPropertySupport(boolean propertySupport) |
static Capabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Capabilities Classification
public static final Capabilities NamesMapping
public static final Capabilities Occurrence
public static final Capabilities Expansion
public static final Capabilities Unfold
public static Capabilities[] values()
for (Capabilities c : Capabilities.values()) System.out.println(c);
public static Capabilities 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 isPropertySupport()
public void setPropertySupport(boolean propertySupport)
public String getMethod()
Copyright © 2019. All Rights Reserved.