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
ConstructorsConstructorDescriptionEBXLinkField(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 TypeMethodDescriptionbooleanReturns the specified reference field.com.onwbp.adaptation.AdaptationTableReturns the specified reference table.inthashCode()voidsetReferenceField(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
 
 -