Class EBXLinkField
java.lang.Object
com.orchestranetworks.addon.dex.mapping.EBXField
com.orchestranetworks.addon.dex.mapping.EBXLinkField
- All Implemented Interfaces:
Field
Specifies the configuration used for an EBX® reference field.
- Since:
- 2.4.0
-
Constructor Summary
ConstructorDescriptionEBXLinkField
(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) Used to create a field with specified schema node, locale andFieldAttribute
.EBXLinkField
(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode fieldSchemaNode, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the specified reference field.com.onwbp.adaptation.AdaptationTable
Returns the specified reference table.int
hashCode()
void
setReferenceField
(EBXLinkField referenceField) Sets the the specified reference field.Methods inherited from class com.orchestranetworks.addon.dex.mapping.EBXField
getFieldAttribute, getIndex, getLabel, getName, getSchemaNode
-
Constructor Details
-
EBXLinkField
public EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode fieldSchemaNode, Locale locale) throws DataExchangeException - Throws:
DataExchangeException
-
EBXLinkField
public EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) throws DataExchangeException Used to create a field with specified schema node, locale andFieldAttribute
.- Throws:
DataExchangeException
-
-
Method Details
-
getReferenceTable
public com.onwbp.adaptation.AdaptationTable getReferenceTable()Returns the specified reference table. -
setReferenceField
Sets the the specified reference field. -
getReferenceField
Returns the specified reference field. -
hashCode
public int hashCode() -
equals
-