|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.ParameterType<T>
org.proteios.core.ItemParameterType<T>
public class ItemParameterType<T extends BasicItem>
This class represent a parameter type that is an object derived from
BasicData.
It will have a list of BasicItem derived objects of the same type
to choose from.
| Constructor Summary | |
|---|---|
ItemParameterType(Class<T> clazz,
List<T> items)
Create a new item parameter type, allowing null values. |
|
ItemParameterType(Class<T> clazz,
T defaultValue,
boolean notNull,
int multiplicity,
List<T> items)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class org.proteios.core.ParameterType |
|---|
getDefaultValue, getHeight, getItems, getMultiplicity, getNotNull, getParameterClass, getWidth, isEnumeration, validate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ItemParameterType(Class<T> clazz,
List<T> items)
clazz - The class object of the type of items that are accepted
public ItemParameterType(Class<T> clazz,
T defaultValue,
boolean notNull,
int multiplicity,
List<T> items)
| Method Detail |
|---|
public String toString()
toString in class Object
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||