org.objectweb.medor.api
Interface Field
- Cloneable, NullStatus
- CalculatedField, JormField, MultivaluedField, NestedField, PropagatedField, PropagFromNestedField, QueryTreeField, RdbExpField, RdbField, RdbFieldOperand
- BasicCalculatedField, BasicField, BasicJormField, BasicMultivaluedField, BasicNestedField, BasicPropagatedField, BasicPropagFromNestedField, BasicQueryTreeField, BasicRdbExpField, BasicRdbField, BasicRdbFieldOperand, PNameField
A Field is one of the components of a TupleStructure.
- Sebastien Chassande-Barrioz
TupleStructure
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
|
PNAMENAME
public static final String PNAMENAME
getName
public String getName()
Returns the Field name
- the Field name
getNullStatus
public short getNullStatus()
What is the status of the Field regarding null values (NullStatus).
- the Null status of the Field
NullStatus
getType
public PType getType()
Returns the field type, as a PType
- the Field type