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(java.lang.String name)
          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.createOwnedAttribute()
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property StructuredClassifier.getPart(java.lang.String name)
          Retrieves the Property with the specified 'Name' from the 'Part' reference list
 Property Signal.getOwnedAttribute(java.lang.String name)
          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 Signal.createOwnedAttribute()
          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(java.lang.String name)
          Retrieves the Property with the specified 'Name' from the 'Redefined Property' reference list
 Property Property.getSubsettedProperty(java.lang.String name)
          Retrieves the Property with the specified 'Name' from the 'Subsetted Property' reference list
 Property Property.getQualifier(java.lang.String name)
          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.createQualifier()
          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(java.lang.String name)
          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 Interface.createOwnedAttribute()
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property Interface.createOwnedAttribute(java.lang.String name, Type type, int lowerBound, int upperBound)
          Creates a property with the specified name, type, lower bound, and upper bound as an owned attribute of this interface.
 Property DataType.getOwnedAttribute(java.lang.String name)
          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 DataType.createOwnedAttribute()
          Creates a Property and appends it to the 'Owned Attribute' containment reference list
 Property DataType.createOwnedAttribute(java.lang.String name, Type type, int lowerBound, int upperBound)
          Creates a property with the specified name, type, lower bound, and upper bound as an owned attribute of this data type.
 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(java.lang.String name)
          Retrieves the Property with the specified 'Name' from the 'Attribute' reference list
 Property Class.createOwnedAttribute(java.lang.String name, Type type, int lowerBound, int upperBound)
          Creates a property with the specified name, type, lower bound, and upper bound as an owned attribute of this class.
 Property Association.getOwnedEnd(java.lang.String name)
          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.createOwnedEnd()
          Creates a Property and appends it to the 'Owned End' containment reference list
 Property Association.getMemberEnd(java.lang.String name)
          Retrieves the Property with the specified 'Name' from the 'Member End' reference list
 Property Artifact.getOwnedAttribute(java.lang.String name)
          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
 Property Artifact.createOwnedAttribute()
          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 that return Property
protected static Property UML2Util.getTaggedValueDefinition(Stereotype stereotype, java.lang.String propertyName)
           
 

Methods in org.eclipse.uml2.util with parameters of type Property
 boolean UML2Validator.validateProperty(Property property, DiagnosticChain diagnostics, java.util.Map context)
           
 boolean UML2Validator.validateProperty_validateOppositeIsOtherEnd(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateOppositeIsOtherEnd constraint of 'Property'
 boolean UML2Validator.validateProperty_validateMultiplicityOfComposite(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateMultiplicityOfComposite constraint of 'Property'
 boolean UML2Validator.validateProperty_validateSubsettingContext(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateSubsettingContext constraint of 'Property'
 boolean UML2Validator.validateProperty_validateNavigablePropertyRedefinition(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateNavigablePropertyRedefinition constraint of 'Property'
 boolean UML2Validator.validateProperty_validateSubsettingRules(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateSubsettingRules constraint of 'Property'
 boolean UML2Validator.validateProperty_validateNavigableReadonly(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateNavigableReadonly constraint of 'Property'
 boolean UML2Validator.validateProperty_validateDerivedUnionIsDerived(Property property, DiagnosticChain diagnostics, java.util.Map context)
          Validates the validateDerivedUnionIsDerived constraint of 'Property'
protected  void UML2Util.Ecore2UML2Converter.processEcoreTaggedValues(Property property, EStructuralFeature eStructuralFeature, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseProperty(Property property)
           
protected  void UML2Util.UML22EcoreConverter.processEcoreTaggedValues(EStructuralFeature eStructuralFeature, Property property, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
protected  void UML2Util.PackageMerger.mergeProperty_IsDerived(Property receivingProperty, Property mergedProperty)
           
protected  void UML2Util.PackageMerger.mergeProperty_IsDerivedUnion(Property receivingProperty, Property mergedProperty)
           
protected  java.util.Set UML2Util.PackageMerger.getImplicitlyRedefinedProperties(java.util.Set redefinedProperties, Property redefiningProperty, Classifier redefinitionContext)
           
protected  boolean UML2Util.PackageMerger.isRedefinitionValid(Property redefiningProperty, Property redefinedProperty)
           
protected  boolean UML2Util.PackageMerger.isSubsetValid(Property subsettingProperty, Property subsettedProperty)
           
 java.lang.Object UML2Switch.caseProperty(Property object)
          Returns the result of interpretting the object as an instance of 'Property'
 


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