Uses of Interface
org.eclipse.uml2.Property

Packages that use Property
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Property in org.eclipse.uml2
 

Subinterfaces of Property in org.eclipse.uml2
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface Port
           A representation of the model object 'Port'
 

Methods in org.eclipse.uml2 that return Property
 Property UML2Factory.createProperty()
          Returns a new object of class 'Property'
 Property StructuredClassifier.getOwnedAttribute(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Owned Attribute' containment reference list
 Property StructuredClassifier.createOwnedAttribute(EClass eClass)
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property StructuredClassifier.getPart(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Part' reference list
 Property Signal.getOwnedAttribute(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Owned Attribute' containment reference list
 Property Signal.createOwnedAttribute(EClass eClass)
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property ReadLinkObjectEndQualifierAction.getQualifier()
          Returns the value of the 'Qualifier' reference
 Property ReadLinkObjectEndAction.getEnd()
          Returns the value of the 'End' reference
 Property QualifierValue.getQualifier()
          Returns the value of the 'Qualifier' reference
 Property Property.getOpposite()
          Returns the value of the 'Opposite' reference
 Property Property.getRedefinedProperty(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Redefined Property' reference list
 Property Property.getSubsettedProperty(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Subsetted Property' reference list
 Property Property.getQualifier(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Qualifier' containment reference list
 Property Property.createQualifier(EClass eClass)
          Creates a Property and appends it to the 'Qualifier' containment reference list
 Property Property.getAssociationEnd()
          Returns the value of the 'Association End' container reference.
 Property Property.opposite()
           A query based on the following OCL expression: if owningAssociation->notEmpty() and association.memberEnd->size() = 2 then let otherEnd = (association.memberEnd - self)->any() in if otherEnd.owningAssociation->notEmpty then otherEnd else Set{} endif else Set {} endif
 Property LinkEndData.getEnd()
          Returns the value of the 'End' reference
 Property Interface.getOwnedAttribute(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Owned Attribute' containment reference list
 Property Interface.createOwnedAttribute(EClass eClass)
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property DataType.getOwnedAttribute(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Owned Attribute' containment reference list
 Property DataType.createOwnedAttribute(EClass eClass)
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property ConnectorEnd.getDefiningEnd()
          Returns the value of the 'Defining End' reference
 Property ConnectorEnd.getPartWithPort()
          Returns the value of the 'Part With Port' reference
 Property Classifier.getAttribute(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Attribute' reference list
 Property Association.getOwnedEnd(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Owned End' containment reference list
 Property Association.createOwnedEnd(EClass eClass)
          Creates a Property and appends it to the 'Owned End' containment reference list
 Property Association.getMemberEnd(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Member End' reference list
 Property Artifact.getOwnedAttribute(String unqualifiedName)
          Retrieves the Property with the specified name from the 'Owned Attribute' containment reference list
 Property Artifact.createOwnedAttribute(EClass eClass)
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 

Methods in org.eclipse.uml2 with parameters of type Property
 void ReadLinkObjectEndQualifierAction.setQualifier(Property value)
          Sets the value of the 'Qualifier' reference
 void ReadLinkObjectEndAction.setEnd(Property value)
          Sets the value of the 'End' reference
 void QualifierValue.setQualifier(Property value)
          Sets the value of the 'Qualifier' reference
 void Property.setAssociationEnd(Property value)
          Sets the value of the 'Association End' container reference
 void LinkEndData.setEnd(Property value)
          Sets the value of the 'End' reference
 void ConnectorEnd.setPartWithPort(Property value)
          Sets the value of the 'Part With Port' reference
 

Uses of Property in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Property
 boolean UML2Validator.validateProperty(Property property, DiagnosticChain diagnostics, Map context)
           
 boolean UML2Validator.validateProperty_validateOppositeIsOtherEnd(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateOppositeIsOtherEnd constraint of 'Property'
 boolean UML2Validator.validateProperty_validateMultiplicityOfComposite(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicityOfComposite constraint of 'Property'
 boolean UML2Validator.validateProperty_validateSubsettingContext(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateSubsettingContext constraint of 'Property'
 boolean UML2Validator.validateProperty_validateNavigablePropertyRedefinition(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateNavigablePropertyRedefinition constraint of 'Property'
 boolean UML2Validator.validateProperty_validateSubsettingRules(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateSubsettingRules constraint of 'Property'
 boolean UML2Validator.validateProperty_validateNavigableReadonly(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateNavigableReadonly constraint of 'Property'
 boolean UML2Validator.validateProperty_validateDerivedUnionIsDerived(Property property, DiagnosticChain diagnostics, Map context)
          Validates the validateDerivedUnionIsDerived constraint of 'Property'
 Object UML2Switch.caseProperty(Property object)
          Returns the result of interpretting the object as an instance of 'Property'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.