public class EBXField extends Object implements Field
Constructor and Description |
---|
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode) |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute)
Used to create an EBX® field with the specified schema node and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
Used to create an EBX® field with the specified schema node, locale and
FieldAttribute enumeration. |
EBXField(com.orchestranetworks.schema.SchemaNode schemaNode,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FieldAttribute |
getFieldAttribute()
Returns the specified
FieldAttribute for this EBX® field. |
int |
getIndex()
Returns the specified field index.
|
String |
getLabel()
Returns the specified field label.
|
String |
getName()
Returns the specified field name.
|
com.orchestranetworks.schema.SchemaNode |
getSchemaNode()
Returns the specified schema node.
|
int |
hashCode() |
public EBXField(com.orchestranetworks.schema.SchemaNode schemaNode) throws DataExchangeException
DataExchangeException
public EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, Locale locale) throws DataExchangeException
DataExchangeException
public EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute) throws DataExchangeException
FieldAttribute
enumeration. If the FieldAttribute
enumeration is not a NO_SOURCE_FIELD
, the schema node must not be null. Otherwise, an exception will be thrown.DataExchangeException
public EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) throws DataExchangeException
FieldAttribute
enumeration. If the FieldAttribute
enumeration is not a NO_SOURCE_FIELD
, the schema node must not be null. Otherwise, an exception will be thrown.DataExchangeException
public final String getName()
public final String getLabel()
public final com.orchestranetworks.schema.SchemaNode getSchemaNode()
public final int getIndex()
public final FieldAttribute getFieldAttribute()
FieldAttribute
for this EBX® field.