|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterfaceelements.ModuleDescription
interfaceelements.ExtensionDescription
interfaceelements.SortDescription
public class SortDescription
A description of of a LexBIG extension module.
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private SortContext[] |
restrictToContext
Indicates the context in which the sort algorithm can be applied. |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
SortDescription()
|
|
SortDescription(SortContext[] restrictToContext)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
SortContext[] |
getRestrictToContext()
Gets the restrictToContext value for this SortDescription. |
SortContext |
getRestrictToContext(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setRestrictToContext(int i,
SortContext _value)
|
void |
setRestrictToContext(SortContext[] restrictToContext)
Sets the restrictToContext value for this SortDescription. |
Methods inherited from class interfaceelements.ExtensionDescription |
---|
getExtensionBaseClass, getExtensionClass, getExtensionProvider, setExtensionBaseClass, setExtensionClass, setExtensionProvider |
Methods inherited from class interfaceelements.ModuleDescription |
---|
getDescription, getName, getVersion, setDescription, setName, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SortContext[] restrictToContext
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public SortDescription()
public SortDescription(SortContext[] restrictToContext)
Method Detail |
---|
public SortContext[] getRestrictToContext()
public void setRestrictToContext(SortContext[] restrictToContext)
restrictToContext
- Indicates the context in which the sort algorithm can be applied.
If unspecified, all contexts are assumed to be
valid.public SortContext getRestrictToContext(int i)
public void setRestrictToContext(int i, SortContext _value)
public boolean equals(java.lang.Object obj)
equals
in class ExtensionDescription
public int hashCode()
hashCode
in class ExtensionDescription
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |