public class LayoutComponentType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
_EmptySpace |
static String |
_Field |
static String |
_SControl |
static String |
_Separator |
static LayoutComponentType |
EmptySpace |
static LayoutComponentType |
Field |
static LayoutComponentType |
SControl |
static LayoutComponentType |
Separator |
Modifier | Constructor and Description |
---|---|
protected |
LayoutComponentType(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static LayoutComponentType |
fromString(String value) |
static LayoutComponentType |
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 _Field
public static final String _Separator
public static final String _SControl
public static final String _EmptySpace
public static final LayoutComponentType Field
public static final LayoutComponentType Separator
public static final LayoutComponentType SControl
public static final LayoutComponentType EmptySpace
protected LayoutComponentType(String value)
public String getValue()
public static LayoutComponentType fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
public static LayoutComponentType fromString(String value) throws IllegalArgumentException
IllegalArgumentException
public Object readResolve() throws ObjectStreamException
ObjectStreamException
public 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.