public class ComputationalAgentClass extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CLUSTERERS |
static String |
_DISTRIBUTIONS |
static String |
_EVALUATORS |
static String |
_MODELS |
static String |
_TRANSDUCERS |
static ComputationalAgentClass |
CLUSTERERS |
static ComputationalAgentClass |
DISTRIBUTIONS |
static ComputationalAgentClass |
EVALUATORS |
static ComputationalAgentClass |
MODELS |
static ComputationalAgentClass |
TRANSDUCERS |
| Modifier | Constructor and Description |
|---|---|
protected |
ComputationalAgentClass(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ComputationalAgentClass |
fromString(String value) |
static ComputationalAgentClass |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _DISTRIBUTIONS
public static final String _MODELS
public static final String _EVALUATORS
public static final String _CLUSTERERS
public static final String _TRANSDUCERS
public static final ComputationalAgentClass DISTRIBUTIONS
public static final ComputationalAgentClass MODELS
public static final ComputationalAgentClass EVALUATORS
public static final ComputationalAgentClass CLUSTERERS
public static final ComputationalAgentClass TRANSDUCERS
protected ComputationalAgentClass(String value)
public String getValue()
public static ComputationalAgentClass fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ComputationalAgentClass fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2014. All Rights Reserved.