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.String
getName()
AttributeSource
getSource()
Type
getType()
boolean
isNullable()
-
-
-
Method Detail
-
getSource
AttributeSource getSource()
-
getName
java.lang.String getName()
-
getType
Type getType()
-
isNullable
boolean isNullable()
-
-