| Constructor and Description |
|---|
EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
Used to create a field with specified schema node, locale and
FieldAttribute. |
EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode fieldSchemaNode,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EBXLinkField |
getReferenceField()
Returns the specified reference field.
|
com.onwbp.adaptation.AdaptationTable |
getReferenceTable()
Returns the specified reference table.
|
int |
hashCode() |
void |
setReferenceField(EBXLinkField referenceField)
Sets the the specified reference field.
|
getFieldAttribute, getIndex, getLabel, getName, getSchemaNodepublic EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode fieldSchemaNode,
Locale locale)
throws DataExchangeException
DataExchangeExceptionpublic EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable,
com.orchestranetworks.schema.SchemaNode schemaNode,
FieldAttribute fieldAttribute,
Locale locale)
throws DataExchangeException
FieldAttribute.DataExchangeExceptionpublic com.onwbp.adaptation.AdaptationTable getReferenceTable()
public void setReferenceField(EBXLinkField referenceField)
public EBXLinkField getReferenceField()