org.eclipse.uml2.uml.profile.l2
Interface Utility

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

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

A representation of the model object 'Utility'. A class that has no instances, but rather denotes a named collection of static attributes and static operations, all of which are class-scoped.

The following features are supported:

See Also:
L2Package.getUtility()

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 validateIsUtility(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.base_Class.feature->forAll(isStatic)
 
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.

If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Class' reference.
See Also:
setBase_Class(org.eclipse.uml2.uml.Class), L2Package.getUtility_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()

validateIsUtility

boolean validateIsUtility(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                          java.util.Map<java.lang.Object,java.lang.Object> context)
self.base_Class.feature->forAll(isStatic)

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

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