Package | Description |
---|---|
org.glassfish.grizzly |
Modifier and Type | Method and Description |
---|---|
TransformationResult.Status |
TransformationResult.getStatus() |
static TransformationResult.Status |
TransformationResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationResult.Status[] |
TransformationResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationResult.setStatus(TransformationResult.Status status) |
Constructor and Description |
---|
TransformationResult(TransformationResult.Status status,
O message,
I externalRemainder) |
TransformationResult(TransformationResult.Status status,
O message,
I externalRemainder,
int errorCode,
String errorDescription) |
Copyright © 2014 Oracle Corporation. All rights reserved.