Public Member Functions | |
| XSListJ2 (XSType contentType) | |
| JType | getJType () |
| int | getMinimumSize () |
| int | getMaximumSize () |
| XSType | getContentType () |
| void | setMaximumSize (int size) |
| void | setMinimumSize (int size) |
Package Attributes | |
| int | maxSize = -1 |
| int | minSize = 0 |
| XSType | contentType = null |
A list type for Java 2 collection that adapts the Castor preset list type.
| org.exolab.castor.builder.types.XSListJ2.XSListJ2 | ( | XSType | contentType | ) |
| XSType org.exolab.castor.builder.types.XSListJ2.getContentType | ( | ) |
Reimplemented from org.exolab.castor.builder.types.XSList.
References org.exolab.castor.builder.types.XSListJ2.contentType.
| JType org.exolab.castor.builder.types.XSListJ2.getJType | ( | ) | [virtual] |
Returns the JType that this XSType represents
Reimplemented from org.exolab.castor.builder.types.XSList.
| int org.exolab.castor.builder.types.XSListJ2.getMaximumSize | ( | ) |
Reimplemented from org.exolab.castor.builder.types.XSList.
References org.exolab.castor.builder.types.XSListJ2.maxSize.
| int org.exolab.castor.builder.types.XSListJ2.getMinimumSize | ( | ) |
Reimplemented from org.exolab.castor.builder.types.XSList.
References org.exolab.castor.builder.types.XSListJ2.minSize.
| void org.exolab.castor.builder.types.XSListJ2.setMaximumSize | ( | int | size | ) |
Reimplemented from org.exolab.castor.builder.types.XSList.
References org.exolab.castor.builder.types.XSListJ2.maxSize.
| void org.exolab.castor.builder.types.XSListJ2.setMinimumSize | ( | int | size | ) |
Reimplemented from org.exolab.castor.builder.types.XSList.
References org.exolab.castor.builder.types.XSListJ2.minSize.
XSType org.exolab.castor.builder.types.XSListJ2.contentType = null [package] |
Reimplemented from org.exolab.castor.builder.types.XSList.
Referenced by org.exolab.castor.builder.types.XSListJ2.getContentType().
int org.exolab.castor.builder.types.XSListJ2.maxSize = -1 [package] |
Reimplemented from org.exolab.castor.builder.types.XSList.
Referenced by org.exolab.castor.builder.types.XSListJ2.getMaximumSize(), and org.exolab.castor.builder.types.XSListJ2.setMaximumSize().
int org.exolab.castor.builder.types.XSListJ2.minSize = 0 [package] |
Reimplemented from org.exolab.castor.builder.types.XSList.
Referenced by org.exolab.castor.builder.types.XSListJ2.getMinimumSize(), and org.exolab.castor.builder.types.XSListJ2.setMinimumSize().
1.7.0