TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Interface ICategoryDescriptor

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

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

A representation of the model object 'ICategory Descriptor'.

The following features are supported:

See Also:
EnginePackage.getICategoryDescriptor()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getRelativeDirectory()
          Returns the value of the 'Relative Directory' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setRelativeDirectory(java.lang.String value)
          Sets the value of the 'Relative Directory' 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

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute. A unique, descriptive name of this category

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EnginePackage.getICategoryDescriptor_Name()

setName

public 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()

getDescription

public java.lang.String getDescription()
Returns the value of the 'Description' attribute. A detailed description of this category

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), EnginePackage.getICategoryDescriptor_Description()

setDescription

public void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getRelativeDirectory

public java.lang.String getRelativeDirectory()
Returns the value of the 'Relative Directory' attribute.

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

Returns:
the value of the 'Relative Directory' attribute.
See Also:
setRelativeDirectory(String), EnginePackage.getICategoryDescriptor_RelativeDirectory()

setRelativeDirectory

public void setRelativeDirectory(java.lang.String value)
Sets the value of the 'Relative Directory' attribute.

Parameters:
value - the new value of the 'Relative Directory' attribute.
See Also:
getRelativeDirectory()

TPTP 4.1.0 Platform Project
Public API Specification