IERAttribute
com.change_vision.jude.api.inf.model.er diagram interface
com.change_vision.jude.api.inf.model.
INamedElement
+
getName
() :
String
+
getConstraints
() :
IConstraint
[]
+
getSupplierDependencies
() :
IDependency
[]
+
getClientDependencies
() :
IDependency
[]
+
getDefinition
() :
String
+
isPublicVisibility
() :boolean
+
isProtectedVisibility
() :boolean
+
isPrivateVisibility
() :boolean
+
isPackageVisibility
() :boolean
+
getDiagrams
() :
IDiagram
[]
com.change_vision.jude.api.inf.model.
IERAttribute
+
getLogicalName
() :
String
+
getPhysicalName
() :
String
+
isPrimaryKey
() :boolean
+
isForeignKey
() :boolean
+
getDomain
() :
IERDomain
+
getDatatype
() :
IERDatatype
+
getLengthPrecision
() :
String
+
isNotNull
() :boolean
+
getDefaultValue
() :
String
+
getConstraint
(
String
constraintName) :
IConstraint
+
getReferencedPrimaryKey
() :
IERAttribute
+
getReferencedForeignKeys
() :
IERAttribute
[]
+
getReferencedRelationship
() :
IERRelationship
+
getReferencedSubtypeRelationships
() :
IERSubtypeRelationship
[]
+
getSubtypeForeignKeyInv
() :
IERSubtypeRelationship