com.sun.msv.datatype.xsd
Class ListValueType

java.lang.Object
  extended by com.sun.msv.datatype.xsd.ListValueType
All Implemented Interfaces:
Serializable

public class ListValueType
extends Object
implements Serializable

value object of ListType.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Field Summary
 Object[] values
           
 
Constructor Summary
ListValueType(Object[] values)
           
 
Method Summary
 boolean equals(Object o)
          Two ListValueType are equal if and only if all the array members are equal respectively.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public final Object[] values
Constructor Detail

ListValueType

public ListValueType(Object[] values)
Method Detail

equals

public boolean equals(Object o)
Two ListValueType are equal if and only if all the array members are equal respectively.

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object