org.jbpm.bpmn2.emfextmodel
Interface GlobalType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GlobalTypeImpl

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

A representation of the model object 'Global Type'.

The following features are supported:

See Also:
EmfextmodelPackage.getGlobalType()

Method Summary
 String getIdentifier()
          Returns the value of the 'Identifier' attribute
 String getType()
          Returns the value of the 'Type' attribute
 void setIdentifier(String value)
          Sets the value of the 'Identifier' attribute
 void setType(String value)
          Sets the value of the 'Type' attribute
 
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

getIdentifier

String getIdentifier()
Returns the value of the 'Identifier' attribute.

If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), EmfextmodelPackage.getGlobalType_Identifier()

setIdentifier

void setIdentifier(String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()

getType

String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), EmfextmodelPackage.getGlobalType_Type()

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.