|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SymptomDefinition
A representation of the model object 'Definition'.
The following features are supported:
UuidNameVersionDescriptionCommentUrlMirrorResourceContextRuleEffectParentChildExampleSolutionAnyCategoryType
SymptomPackage.getSymptomDefinition()| Method Summary | |
|---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
java.lang.Object |
getCategory()
Returns the value of the 'Category' attribute |
org.eclipse.emf.common.util.EList |
getChild()
Returns the value of the 'Child' reference list. |
org.eclipse.emf.common.util.EList |
getComment()
Returns the value of the 'Comment' containment reference list. |
org.eclipse.emf.common.util.EList |
getContext()
Returns the value of the 'Context' attribute list. |
LocalizedMessage |
getDescription()
Returns the value of the 'Description' containment reference |
org.eclipse.emf.common.util.EList |
getEffect()
Returns the value of the 'Effect' reference list. |
LocalizedMessage |
getExample()
Returns the value of the 'Example' containment reference |
org.eclipse.emf.common.util.EList |
getMirror()
Returns the value of the 'Mirror' attribute list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
SymptomDefinition |
getParent()
Returns the value of the 'Parent' reference |
java.lang.String |
getResource()
Returns the value of the 'Resource' attribute |
org.eclipse.emf.common.util.EList |
getRule()
Returns the value of the 'Rule' reference list. |
LocalizedMessage |
getSolution()
Returns the value of the 'Solution' containment reference |
java.lang.String |
getType()
Returns the value of the 'Type' attribute. |
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute |
java.lang.String |
getUuid()
Returns the value of the 'Uuid' attribute |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute |
boolean |
isSetType()
Returns whether the value of the ' Type' attribute is set |
void |
setCategory(java.lang.Object value)
Sets the value of the ' Category' attribute |
void |
setDescription(LocalizedMessage value)
Sets the value of the ' Description' containment reference |
void |
setExample(LocalizedMessage value)
Sets the value of the ' Example' containment reference |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setParent(SymptomDefinition value)
Sets the value of the ' Parent' reference |
void |
setResource(java.lang.String value)
Sets the value of the ' Resource' attribute |
void |
setSolution(LocalizedMessage value)
Sets the value of the ' Solution' containment reference |
void |
setType(java.lang.String value)
Sets the value of the ' Type' attribute |
void |
setUrl(java.lang.String value)
Sets the value of the ' Url' attribute |
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 |
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 |
|---|
java.lang.String getUuid()
If the meaning of the 'Uuid' attribute isn't clear, there really should be more of a description here...
setUuid(String),
SymptomPackage.getSymptomDefinition_Uuid()void setUuid(java.lang.String value)
Uuid' attribute.
value - the new value of the 'Uuid' attribute.getUuid()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SymptomPackage.getSymptomDefinition_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
SymptomPackage.getSymptomDefinition_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()LocalizedMessage getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(LocalizedMessage),
SymptomPackage.getSymptomDefinition_Description()void setDescription(LocalizedMessage value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()org.eclipse.emf.common.util.EList getComment()
Comment.
If the meaning of the 'Comment' containment reference list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Comment()java.lang.String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String),
SymptomPackage.getSymptomDefinition_Url()void setUrl(java.lang.String value)
Url' attribute.
value - the new value of the 'Url' attribute.getUrl()org.eclipse.emf.common.util.EList getMirror()
String.
If the meaning of the 'Mirror' attribute list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Mirror()java.lang.String getResource()
If the meaning of the 'Resource' attribute isn't clear, there really should be more of a description here...
setResource(String),
SymptomPackage.getSymptomDefinition_Resource()void setResource(java.lang.String value)
Resource' attribute.
value - the new value of the 'Resource' attribute.getResource()org.eclipse.emf.common.util.EList getContext()
String.
If the meaning of the 'Context' attribute list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Context()org.eclipse.emf.common.util.EList getRule()
SymptomRule.
If the meaning of the 'Rule' attribute list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Rule()org.eclipse.emf.common.util.EList getEffect()
SymptomEffect.
If the meaning of the 'Effect' attribute list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Effect()SymptomDefinition getParent()
If the meaning of the 'Parent' attribute isn't clear, there really should be more of a description here...
setParent(SymptomDefinition),
SymptomPackage.getSymptomDefinition_Parent()void setParent(SymptomDefinition value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()org.eclipse.emf.common.util.EList getChild()
SymptomDefinition.
If the meaning of the 'Child' attribute list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Child()LocalizedMessage getExample()
If the meaning of the 'Example' containment reference isn't clear, there really should be more of a description here...
setExample(LocalizedMessage),
SymptomPackage.getSymptomDefinition_Example()void setExample(LocalizedMessage value)
Example' containment reference.
value - the new value of the 'Example' containment reference.getExample()LocalizedMessage getSolution()
If the meaning of the 'Solution' containment reference isn't clear, there really should be more of a description here...
setSolution(LocalizedMessage),
SymptomPackage.getSymptomDefinition_Solution()void setSolution(LocalizedMessage value)
Solution' containment reference.
value - the new value of the 'Solution' containment reference.getSolution()org.eclipse.emf.ecore.util.FeatureMap getAny()
FeatureMap.Entry.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
SymptomPackage.getSymptomDefinition_Any()java.lang.Object getCategory()
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
setCategory(Object),
SymptomPackage.getSymptomDefinition_Category()void setCategory(java.lang.Object value)
Category' attribute.
value - the new value of the 'Category' attribute.getCategory()java.lang.String getType()
"symptom".
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
isSetType(),
unsetType(),
setType(String),
SymptomPackage.getSymptomDefinition_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute.
isSetType(),
getType(),
setType(String)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(String)
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||