public interface AttributeInfo
extends java.io.Serializable
An attribute is part of an entity or row which is returned as a result of a query against a query table.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the attribute.
|
java.lang.String |
getSourceAttributeName()
Returns the name of the source attribute.
|
java.lang.String |
getSourceQueryTableIdentifier()
Returns the identifier of the query table that is the source of the attribute.
|
java.lang.String |
getSourceQueryTableName()
Returns the name of the query table that is the source of the attribute.
|
AttributeType |
getType()
Returns the type of the attribute.
|
boolean |
isArray()
States whether the attribute is an array.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
AttributeType getType()
boolean isArray()
java.lang.String getSourceAttributeName()
java.lang.String getSourceQueryTableName()
java.lang.String getSourceQueryTableIdentifier()