TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.resource
Interface ResourceInstance

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

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

A representation of the model object 'Instance'.

The following features are supported:

See Also:
ResourcePackage.getResourceInstance()
Generated
[EMF] Model
extendedMetaData="name='ResourceInstance' kind='elementOnly'"

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 java.lang.Object getChanged()
          Returns the value of the 'Changed' attribute
 java.lang.Object getCreated()
          Returns the value of the 'Created' attribute
 java.lang.Object getExpired()
          Returns the value of the 'Expired' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getState()
          Returns the value of the 'State' attribute
 ResourceType getType()
          Returns the value of the 'Type' reference
 java.lang.String getUuid()
          Returns the value of the 'Uuid' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setChanged(java.lang.Object value)
          Sets the value of the 'Changed' attribute
 void setCreated(java.lang.Object value)
          Sets the value of the 'Created' attribute
 void setExpired(java.lang.Object value)
          Sets the value of the 'Expired' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setState(java.lang.String value)
          Sets the value of the 'State' attribute
 void setType(ResourceType value)
          Sets the value of the 'Type' reference
 void setUuid(java.lang.String value)
          Sets the value of the 'Uuid' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' 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

getUuid

java.lang.String getUuid()
Returns the value of the 'Uuid' attribute.

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

Returns:
the value of the 'Uuid' attribute.
See Also:
setUuid(String), ResourcePackage.getResourceInstance_Uuid()
Generated
[EMF] Model
unique="false" id="true" dataType="org.eclipse.tptp.platform.models.symptom.common.GlobalInstanceId" required="true" extendedMetaData="kind='element' name='uuid'"

setUuid

void setUuid(java.lang.String value)
Sets the value of the 'Uuid' attribute.

Parameters:
value - the new value of the 'Uuid' attribute.
See Also:
getUuid()
Generated

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ResourcePackage.getResourceInstance_Name()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='element' name='name'"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), ResourcePackage.getResourceInstance_Version()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.VersionString" required="true" extendedMetaData="kind='element' name='version'"

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated

getState

java.lang.String getState()
Returns the value of the 'State' attribute.

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

Returns:
the value of the 'State' attribute.
See Also:
setState(String), ResourcePackage.getResourceInstance_State()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.tptp.platform.models.symptom.common.StateString" required="true" extendedMetaData="kind='element' name='state'"

setState

void setState(java.lang.String value)
Sets the value of the 'State' attribute.

Parameters:
value - the new value of the 'State' attribute.
See Also:
getState()
Generated

getCreated

java.lang.Object getCreated()
Returns the value of the 'Created' attribute.

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

Returns:
the value of the 'Created' attribute.
See Also:
setCreated(Object), ResourcePackage.getResourceInstance_Created()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='element' name='created'"

setCreated

void setCreated(java.lang.Object value)
Sets the value of the 'Created' attribute.

Parameters:
value - the new value of the 'Created' attribute.
See Also:
getCreated()
Generated

getChanged

java.lang.Object getChanged()
Returns the value of the 'Changed' attribute.

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

Returns:
the value of the 'Changed' attribute.
See Also:
setChanged(Object), ResourcePackage.getResourceInstance_Changed()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='element' name='changed'"

setChanged

void setChanged(java.lang.Object value)
Sets the value of the 'Changed' attribute.

Parameters:
value - the new value of the 'Changed' attribute.
See Also:
getChanged()
Generated

getExpired

java.lang.Object getExpired()
Returns the value of the 'Expired' attribute.

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

Returns:
the value of the 'Expired' attribute.
See Also:
setExpired(Object), ResourcePackage.getResourceInstance_Expired()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='element' name='expired'"

setExpired

void setExpired(java.lang.Object value)
Sets the value of the 'Expired' attribute.

Parameters:
value - the new value of the 'Expired' attribute.
See Also:
getExpired()
Generated

getType

ResourceType getType()
Returns the value of the 'Type' reference.

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' reference.
See Also:
setType(ResourceType), ResourcePackage.getResourceInstance_Type()
Generated
[EMF] Model
required="true" extendedMetaData="kind='element' name='type'"

setType

void setType(ResourceType value)
Sets the value of the 'Type' reference.

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

getAny

org.eclipse.emf.ecore.util.FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
ResourcePackage.getResourceInstance_Any()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" extendedMetaData="kind='elementWildcard' wildcards='##other' name=':8' processing='strict'"

TPTP 4.6.0 Platform Project
Public API Specification