com.change_vision.jude.api.inf.model
Interface IValueProperty

com.change_vision.jude.api.inf.model.IValueProperty
All Superinterfaces:
IAttribute, IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IAttribute, IElement, IEntity, IHyperlinkOwner, INamedElement

public IValueProperty
extends IAttribute

Interface for value property on parametric diagram.


Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  IAttribute[] getAttributeHierarchicalPath()
          Get association ends and Value Attribute hierarchy of value property.
abstract  String getValuePropertyHierarchicalName()
          Get value property name with hierarchy.
 
Methods inherited from class com.change_vision.jude.api.inf.model.IAttribute
getAssociation, getConnectors, getInitialValue, getMultiplicity, getNavigability, getQualifiedTypeExpression, getQualifiers, getType, getTypeExpression, isAggregate, isChangeable, isComposite, isDerived, isEnable, isStatic, setAggregation, setAggregationKind, setChangeable, setComposite, setDerived, setEnable, setInitialValue, setMultiplicity, setMultiplicityStrings, setNavigability, setQualifiedTypeExpression, setStatic, setType, setTypeExpression
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getValuePropertyHierarchicalName

abstract String getValuePropertyHierarchicalName()
Get value property name with hierarchy.

Returns:
Value property name with hierarchy.

getAttributeHierarchicalPath

abstract IAttribute[] getAttributeHierarchicalPath()
Get association ends and Value Attribute hierarchy of value property.

Returns:
Association ends and Value Attribute hierarchy of value property.