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