TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.probekit
Interface StaticField

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

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

A representation of the model object 'Static Field'.

The following features are supported:

See Also:
ProbekitPackage.getStaticField()
Generated
[EMF] Model
extendedMetaData="name='staticField_._type' kind='empty'"

Method Summary
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 void setType(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

java.lang.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), ProbekitPackage.getStaticField_Type()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"

setType

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

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

TPTP 4.5.0 Platform Project
Internal API Specification