static SecurityClauseTweak |
SecurityClauseTweak.safeValueOf(String value) |
Helper function to return the SecurityClauseTweak represented by
value .
|
static SecurityClauseTweak |
SecurityClauseTweak.valueOf(char code) |
Helper function to return the SecurityClauseTweak represented by code.
|
static SecurityClauseTweak |
SecurityClauseTweak.valueOf(Character code) |
Helper function to return the SecurityClauseTweak represented by code.
|
static SecurityClauseTweak |
SecurityClauseTweak.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SecurityClauseTweak |
SecurityClauseTweak.valueOfCode(String code) |
Helper function to return the SecurityClauseTweak represented by code.
|
static SecurityClauseTweak[] |
SecurityClauseTweak.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|