public static class ComputeNode.ENUM_COMPUTE_VALIDATEMASTER
extends java.lang.Object
ENUM_COMPUTE_VALIDATEMASTER.none = None ENUM_COMPUTE_VALIDATEMASTER.contentAndValue = Content and Value ENUM_COMPUTE_VALIDATEMASTER.content = Content ENUM_COMPUTE_VALIDATEMASTER.inherit = Inherit
Modifier and Type | Field and Description |
---|---|
static ComputeNode.ENUM_COMPUTE_VALIDATEMASTER |
content |
static ComputeNode.ENUM_COMPUTE_VALIDATEMASTER |
contentAndValue |
static ComputeNode.ENUM_COMPUTE_VALIDATEMASTER |
inherit |
static ComputeNode.ENUM_COMPUTE_VALIDATEMASTER |
none |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
ComputeNode.ENUM_COMPUTE_VALIDATEMASTER(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static ComputeNode.ENUM_COMPUTE_VALIDATEMASTER |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final ComputeNode.ENUM_COMPUTE_VALIDATEMASTER none
public static final ComputeNode.ENUM_COMPUTE_VALIDATEMASTER contentAndValue
public static final ComputeNode.ENUM_COMPUTE_VALIDATEMASTER content
public static final ComputeNode.ENUM_COMPUTE_VALIDATEMASTER inherit
public static java.lang.String[] values
protected ComputeNode.ENUM_COMPUTE_VALIDATEMASTER(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static ComputeNode.ENUM_COMPUTE_VALIDATEMASTER getEnumFromString(java.lang.String enumValue)