public static enum FindPrefixRestrictionFeature.PositionModifier extends java.lang.Enum<FindPrefixRestrictionFeature.PositionModifier>
| Enum Constant and Description |
|---|
ALLOW_UPDATE_AS_PARENT |
| Modifier and Type | Field and Description |
|---|---|
private Modifier |
modifier
wrapped modifier
|
| Modifier and Type | Method and Description |
|---|---|
(package private) PosInOccurrence |
modifyPosistion(PosInOccurrence pos) |
static FindPrefixRestrictionFeature.PositionModifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FindPrefixRestrictionFeature.PositionModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FindPrefixRestrictionFeature.PositionModifier ALLOW_UPDATE_AS_PARENT
private final Modifier modifier
public static FindPrefixRestrictionFeature.PositionModifier[] values()
for (FindPrefixRestrictionFeature.PositionModifier c : FindPrefixRestrictionFeature.PositionModifier.values()) System.out.println(c);
public static FindPrefixRestrictionFeature.PositionModifier 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 nullPosInOccurrence modifyPosistion(PosInOccurrence pos)