public enum HiddenRegionPartAssociation extends java.lang.Enum<HiddenRegionPartAssociation>
| Enum Constant and Description |
|---|
CONTAINER
The whitespace or comment belongs NEITHER to the leading not trailing
ISemanticRegion. |
NEXT
The whitespace or comment belongs to the trailing
ISemanticRegion. |
PREVIOUS
The whitespace or comment belongs to the leading
ISemanticRegion. |
| Modifier and Type | Method and Description |
|---|---|
static HiddenRegionPartAssociation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HiddenRegionPartAssociation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiddenRegionPartAssociation NEXT
ISemanticRegion.public static final HiddenRegionPartAssociation PREVIOUS
ISemanticRegion.public static final HiddenRegionPartAssociation CONTAINER
ISemanticRegion.public static HiddenRegionPartAssociation[] values()
for (HiddenRegionPartAssociation c : HiddenRegionPartAssociation.values()) System.out.println(c);
public static HiddenRegionPartAssociation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null