|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.index.SimpleRegConfig
| Field Summary | |
private Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private String[] |
downstream
|
private static TypeDesc |
typeDesc
|
private String[] |
upstream
|
| Constructor Summary | |
SimpleRegConfig()
|
|
SimpleRegConfig(String[] downstream,
String[] upstream)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String[] |
getDownstream()
Gets the downstream value for this SimpleRegConfig. |
String |
getDownstream(int i)
|
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
String[] |
getUpstream()
Gets the upstream value for this SimpleRegConfig. |
String |
getUpstream(int i)
|
int |
hashCode()
|
void |
setDownstream(int i,
String _value)
|
void |
setDownstream(String[] downstream)
Sets the downstream value for this SimpleRegConfig. |
void |
setUpstream(int i,
String _value)
|
void |
setUpstream(String[] upstream)
Sets the upstream value for this SimpleRegConfig. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private String[] upstream
private String[] downstream
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public SimpleRegConfig()
public SimpleRegConfig(String[] downstream,
String[] upstream)
| Method Detail |
public String[] getUpstream()
public void setUpstream(String[] upstream)
upstream - public String getUpstream(int i)
public void setUpstream(int i,
String _value)
public String[] getDownstream()
public void setDownstream(String[] downstream)
downstream - public String getDownstream(int i)
public void setDownstream(int i,
String _value)
public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||