Package | Description |
---|---|
org.apache.ambari.server.api.predicate |
Modifier and Type | Method and Description |
---|---|
Token.TYPE |
Token.getType()
Get the token type.
|
static Token.TYPE |
Token.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token.TYPE[] |
Token.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Token(Token.TYPE type,
String value)
Constructor.
|
Copyright © 2014. All rights reserved.