IAttribute
com.change_vision.jude.api.inf.model.class and usecase 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.
IAttribute
+
getType
() :
IClass
+
getTypeExpression
() :
String
+
getInitialValue
() :
String
+
isChangeable
() :boolean
+
getAssociation
() :
IAssociation
+
getQualifiers
() :
IAttribute
[]
+
getMultiplicity
() :
IMultiplicityRange
[]
+
isDerived
() :boolean
+
isComposite
() :boolean
+
isAggregate
() :boolean
+
isEnable
() :boolean
+
isStatic
() :boolean