|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Field is one of the components of a TupleStructure.
TupleStructure
Field Summary | |
static short |
NONULLS
|
static short |
NULLABLE
|
static short |
NULLABLEUNKNOWN
|
static java.lang.String |
PNAMENAME
|
Method Summary | |
java.lang.String |
getName()
Returns the Field name |
short |
getNullStatus()
What is the status of the Field regarding null values (NullStatus). |
PType |
getType()
Returns the field type, as a PType |
Methods inherited from interface org.objectweb.medor.api.Cloneable |
clone |
Field Detail |
public static final java.lang.String PNAMENAME
public static final short NONULLS
public static final short NULLABLE
public static final short NULLABLEUNKNOWN
Method Detail |
public java.lang.String getName()
public PType getType()
public short getNullStatus()
NullStatus
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |