public static enum RestrictedNode.Node extends java.lang.Enum<RestrictedNode.Node>
Enum Constant and Description |
---|
ALPHANUMBWPATTERN |
ALPHANUMVALUE |
CATEGORYVALUE |
FALSENODE |
NOOP |
NUMERICALVALUE |
TRUENODE |
Modifier and Type | Method and Description |
---|---|
static RestrictedNode.Node |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static RestrictedNode.Node |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestrictedNode.Node[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestrictedNode.Node ALPHANUMVALUE
public static final RestrictedNode.Node ALPHANUMBWPATTERN
public static final RestrictedNode.Node NUMERICALVALUE
public static final RestrictedNode.Node CATEGORYVALUE
public static final RestrictedNode.Node TRUENODE
public static final RestrictedNode.Node FALSENODE
public static final RestrictedNode.Node NOOP
public static RestrictedNode.Node[] values()
for (RestrictedNode.Node c : RestrictedNode.Node.values()) System.out.println(c);
public static RestrictedNode.Node 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<RestrictedNode.Node>
public static RestrictedNode.Node getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.