Package com.sun.msv.datatype.xsd
Class ListValueType
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description ListValueType(Object[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Two ListValueType are equal if and only if all the array members are equal respectively.int
hashCode()
-