public enum FeatureRestrictionOperand extends Enum<FeatureRestrictionOperand>
| Modifier and Type | Method and Description |
|---|---|
static FeatureRestrictionOperand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureRestrictionOperand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureRestrictionOperand AND
public static final FeatureRestrictionOperand OR
public static FeatureRestrictionOperand[] values()
for (FeatureRestrictionOperand c : FeatureRestrictionOperand.values()) System.out.println(c);
public static FeatureRestrictionOperand 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 © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.