|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DATATYPE | |
---|---|
com.pecasim.model |
Uses of DATATYPE in com.pecasim.model |
---|
Methods in com.pecasim.model that return DATATYPE | |
---|---|
DATATYPE |
PropertyDescriptor.getType()
|
static DATATYPE |
DATATYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DATATYPE[] |
DATATYPE.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.pecasim.model with parameters of type DATATYPE | |
---|---|
void |
PropertyDescriptor.setType(DATATYPE aType)
|
Constructors in com.pecasim.model with parameters of type DATATYPE | |
---|---|
ForeignPropertyDescriptor(java.lang.String aName,
DATATYPE aType,
DataObjectDescriptor aRefDataObjDescr)
|
|
ForeignPropertyDescriptor(java.lang.String aName,
DATATYPE aType,
DataObjectDescriptor aRefDataObjDescr,
boolean aIsKey)
|
|
PropertyDescriptor(java.lang.String aName,
DATATYPE aType)
|
|
PropertyDescriptor(java.lang.String aName,
DATATYPE aType,
boolean aKeyProperty)
|
|
PropertyDescriptor(java.lang.String aName,
DATATYPE aType,
boolean aKeyProperty,
boolean aUnique)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |