Package com.sun.msv.datatype.xsd
Class ListValueType
- java.lang.Object
-
- com.sun.msv.datatype.xsd.ListValueType
-
- All Implemented Interfaces:
java.io.Serializable
public class ListValueType extends java.lang.Object implements java.io.Serializablevalue object of ListType.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDjava.lang.Object[]values
-
Constructor Summary
Constructors Constructor Description ListValueType(java.lang.Object[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Two ListValueType are equal if and only if all the array members are equal respectively.inthashCode()
-
-
-
Field Detail
-
values
public final java.lang.Object[] values
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-