|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.policy.PolicyListType
This defines a homogeneous list type.
Constructor Summary | |
PolicyListType()
Creates a new PolicyListType instance. |
|
PolicyListType(org.csapi.jr.se.policy.PolicyType _elementType)
Creates a new PolicyListType instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.policy.PolicyType |
getElementType()
This method returns a elementType. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setElementType(org.csapi.jr.se.policy.PolicyType elementType)
This method sets a elementType. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyListType()
public PolicyListType(org.csapi.jr.se.policy.PolicyType _elementType)
_elementType
- Type of the elements of the list.Method Detail |
public org.csapi.jr.se.policy.PolicyType getElementType()
public void setElementType(org.csapi.jr.se.policy.PolicyType elementType)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |