protected static enum CmsContentTypeVisitor.EvaluationRule extends java.lang.Enum<CmsContentTypeVisitor.EvaluationRule>
| Enum Constant and Description |
|---|
labelLength
Label length rule.
|
none
No rule applied.
|
optional
Optional field rule.
|
rootLevel
Root level rule.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsContentTypeVisitor.EvaluationRule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsContentTypeVisitor.EvaluationRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsContentTypeVisitor.EvaluationRule labelLength
public static final CmsContentTypeVisitor.EvaluationRule none
public static final CmsContentTypeVisitor.EvaluationRule optional
public static final CmsContentTypeVisitor.EvaluationRule rootLevel
public static CmsContentTypeVisitor.EvaluationRule[] values()
for (CmsContentTypeVisitor.EvaluationRule c : CmsContentTypeVisitor.EvaluationRule.values()) System.out.println(c);
public static CmsContentTypeVisitor.EvaluationRule 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