public enum VtiConstraint extends Enum<VtiConstraint>
Enum of the standard constraints for the parameters.
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VtiConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VtiConstraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VtiConstraint R
public static final VtiConstraint W
public static final VtiConstraint X
public static VtiConstraint[] values()
for (VtiConstraint c : VtiConstraint.values()) System.out.println(c);
public static VtiConstraint 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<VtiConstraint>Copyright © 2005–2014 Alfresco Software. All rights reserved.