|
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<Date>
org.proteios.core.DateParameterType
public class DateParameterType
This class represent a parameter type that is a date.
| Constructor Summary | |
|---|---|
DateParameterType()
Create a new date parameter type, allowing null values. |
|
DateParameterType(Date defaultValue,
boolean notNull)
Create a new date parameter type. |
|
DateParameterType(Date defaultValue,
boolean notNull,
int multiplicity,
int width,
int height,
List<Date> 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 DateParameterType()
public DateParameterType(Date defaultValue,
boolean notNull)
notNull - FALSE if nulls values are allowed, TRUE otherwise
public DateParameterType(Date defaultValue,
boolean notNull,
int multiplicity,
int width,
int height,
List<Date> 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 | |||||||||