org.eclipse.uml2.uml.profile.standard
Interface Type

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Type
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Type'. A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass».

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getType()

Method Summary
 Class getBase_Class()
          Returns the value of the 'Base Class' reference
 void setBase_Class(Class value)
          Sets the value of the 'Base Class' reference
 boolean validateCannotBeSpecification(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.base_Class.extension_Specification->isEmpty()
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Class

Class getBase_Class()
Returns the value of the 'Base Class' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Class' reference.
See Also:
setBase_Class(org.eclipse.uml2.uml.Class), StandardPackage.getType_Base_Class()

setBase_Class

void setBase_Class(Class value)
Sets the value of the 'Base Class' reference.

Parameters:
value - the new value of the 'Base Class' reference.
See Also:
getBase_Class()

validateCannotBeSpecification

boolean validateCannotBeSpecification(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                      java.util.Map<java.lang.Object,java.lang.Object> context)
self.base_Class.extension_Specification->isEmpty()

Parameters:
diagnostics - The chain of diagnostics to which problems are to be appended.
context - The cache of context-specific information.

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.