TPTP 4.6.0 Platform Project
Internal API Specification

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

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

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

A representation of the model object 'Fragment'.

The following features are supported:

See Also:
ProbekitPackage.getFragment()
Generated
[EMF] Model
extendedMetaData="name='fragment_._type' kind='elementOnly'"

Method Summary
 java.lang.String getCode()
          Returns the value of the 'Code' attribute
 org.eclipse.emf.common.util.EList<DataItem> getData()
          Returns the value of the 'Data' containment reference list.
 FragmentType getType()
          Returns the value of the 'Type' attribute.
 boolean isSetType()
          Returns whether the value of the 'Type' attribute is set
 void setCode(java.lang.String value)
          Sets the value of the 'Code' attribute
 void setType(FragmentType value)
          Sets the value of the 'Type' attribute
 void unsetType()
          Unsets 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

getData

org.eclipse.emf.common.util.EList<DataItem> getData()
Returns the value of the 'Data' containment reference list. The list contents are of type DataItem.

If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' containment reference list.
See Also:
ProbekitPackage.getFragment_Data()
Generated
[EMF] Model
containment="true" extendedMetaData="kind='element' name='data' namespace='##targetNamespace'"

getCode

java.lang.String getCode()
Returns the value of the 'Code' attribute.

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

Returns:
the value of the 'Code' attribute.
See Also:
setCode(String), ProbekitPackage.getFragment_Code()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='element' name='code' namespace='##targetNamespace'"

setCode

void setCode(java.lang.String value)
Sets the value of the 'Code' attribute.

Parameters:
value - the new value of the 'Code' attribute.
See Also:
getCode()
Generated

getType

FragmentType getType()
Returns the value of the 'Type' attribute. The default value is "entry". The literals are from the enumeration FragmentType.

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:
FragmentType, isSetType(), unsetType(), setType(FragmentType), ProbekitPackage.getFragment_Type()
Generated
[EMF] Model
default="entry" unique="false" unsettable="true" required="true" extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"

setType

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

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

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(FragmentType)
Generated

isSetType

boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(FragmentType)
Generated

TPTP 4.6.0 Platform Project
Internal API Specification