Uses of Interface
org.eclipse.uml2.uml.UnmarshallAction

Packages that use UnmarshallAction
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of UnmarshallAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return UnmarshallAction
 UnmarshallAction UMLFactory.createUnmarshallAction()
          Returns a new object of class 'Unmarshall Action'
 

Uses of UnmarshallAction in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type UnmarshallAction
 T UMLSwitch.caseUnmarshallAction(UnmarshallAction object)
          Returns the result of interpreting the object as an instance of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateMultiplicityOfObject(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicityOfObject constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateMultiplicityOfResult(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicityOfResult constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateNumberOfResult(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNumberOfResult constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateSameType(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSameType constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateStructuralFeature(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateStructuralFeature constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateTypeAndOrdering(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeAndOrdering constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction_validateUnmarshallTypeIsClassifier(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateUnmarshallTypeIsClassifier constraint of 'Unmarshall Action'
 boolean UMLValidator.validateUnmarshallAction(UnmarshallAction unmarshallAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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