public class RoadblockingType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_ALL_ROADBLOCK |
static String |
_AS_MANY_AS_POSSIBLE |
static String |
_CREATIVE_SET |
static String |
_ONE_OR_MORE |
static String |
_ONLY_ONE |
static RoadblockingType |
ALL_ROADBLOCK |
static RoadblockingType |
AS_MANY_AS_POSSIBLE |
static RoadblockingType |
CREATIVE_SET |
static RoadblockingType |
ONE_OR_MORE |
static RoadblockingType |
ONLY_ONE |
| Modifier | Constructor and Description |
|---|---|
protected |
RoadblockingType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RoadblockingType |
fromString(String value) |
static RoadblockingType |
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 _ONLY_ONE
public static final String _ONE_OR_MORE
public static final String _AS_MANY_AS_POSSIBLE
public static final String _ALL_ROADBLOCK
public static final String _CREATIVE_SET
public static final RoadblockingType ONLY_ONE
public static final RoadblockingType ONE_OR_MORE
public static final RoadblockingType AS_MANY_AS_POSSIBLE
public static final RoadblockingType ALL_ROADBLOCK
public static final RoadblockingType CREATIVE_SET
protected RoadblockingType(String value)
public String getValue()
public static RoadblockingType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static RoadblockingType 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 © 2018. All Rights Reserved.