Package overit.geocall.edm.model
Interface BaseDataAttribute
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DataAttribute
- All Known Implementing Classes:
ExtendedDataAttributeImpl,StaticDataAttributeImpl
Interface about a
data attribute base, containing attributes common to extended attributes and references to static columns of a table.-
Method Details
-
getName
String getName()Retrieves the name of the data attribute.- Returns:
- The name of the attribute.
-
getType
overit.geocall.edm.model.datatypes.DataType<?,?> getType()Retrieves the data type of the attribute.- Returns:
- The data type of the attribute.
-
isStatic
boolean isStatic()- Returns:
truein case thisBaseDataAttributeis about astatic data attribute;falseotherwise.
-
isExtended
default boolean isExtended()- Returns:
truein case thisBaseDataAttributeis about anextended data attribute;falseotherwise.
-
getFullName
String getFullName()
-