Class DocumentReferenceDefinition
java.lang.Object
com.aquima.interactions.metamodel.impl.ReferenceDefinition
com.aquima.interactions.metamodel.impl.DocumentReferenceDefinition
- All Implemented Interfaces:
IDocumentReferenceDefinition
,IReferenceDefinition
,Serializable
public class DocumentReferenceDefinition
extends ReferenceDefinition
implements IDocumentReferenceDefinition
Represents the definition of a document reference (on an attribute).
- Since:
- 9.7
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the connection string of this attributeMethods inherited from class com.aquima.interactions.metamodel.impl.ReferenceDefinition
getReferenceType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.metamodel.IReferenceDefinition
getReferenceType
-
Constructor Details
-
Method Details
-
getConnection
Description copied from interface:IDocumentReferenceDefinition
This method returns the connection string of this attribute- Specified by:
getConnection
in interfaceIDocumentReferenceDefinition
- Returns:
- The connection string of this attribute
-