Interface AttributeDefinition
-
- All Known Subinterfaces:
AssociationAttributeDefinition,CompositeCollectionElementDefinition,CompositionDefinition,NonEncapsulatedEntityIdentifierDefinition,NonIdentifierAttribute
- All Known Implementing Classes:
AbstractCompositionAttribute,AbstractEntityBasedAttribute,AbstractNonIdentifierAttribute,CompositeBasedAssociationAttribute,CompositeBasedBasicAttribute,CompositionBasedCompositionAttribute,EntityBasedAssociationAttribute,EntityBasedBasicAttribute,EntityBasedCompositionAttribute,StandardProperty,VersionProperty
public interface AttributeDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()AttributeSourcegetSource()TypegetType()booleanisNullable()
-
-
-
Method Detail
-
getSource
AttributeSource getSource()
-
getName
java.lang.String getName()
-
getType
Type getType()
-
isNullable
boolean isNullable()
-
-