com.sun.msv.datatype.xsd
Class ListValueType

java.lang.Object
  extended bycom.sun.msv.datatype.xsd.ListValueType
All Implemented Interfaces:
java.io.Serializable

public class ListValueType
extends java.lang.Object
implements java.io.Serializable

value object of ListType.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Field Summary
 java.lang.Object[] values
           
 
Constructor Summary
ListValueType(java.lang.Object[] values)
           
 
Method Summary
 boolean equals(java.lang.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 java.lang.Object[] values
Constructor Detail

ListValueType

public ListValueType(java.lang.Object[] values)
Method Detail

equals

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


hashCode

public int hashCode()


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.