com.ibm.websphere.models.extensions.selectorejbext
Interface Selector

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

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

A representation of the model object 'Selector'. Defines one selector used by this application.

The following features are supported:

See Also:
SelectorejbextPackage.getSelector()

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 getSelectorDir()
          Returns the value of the 'Selector Dir' 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 setSelectorDir(java.lang.String value)
          Sets the value of the 'Selector Dir' 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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SelectorejbextPackage.getSelector_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()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute. A description of the selector containing any information the user might need to understand its purpose. Typically this would describe in general terms the type of selection performed by this selector.

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

setDescription

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

getSelectorDir

java.lang.String getSelectorDir()
Returns the value of the 'Selector Dir' attribute. The name of the directory within the selector utility jar file that contains selector data for this selector. This is the data used by the selector to perform its selection algorithm.

Returns:
the value of the 'Selector Dir' attribute.
See Also:
setSelectorDir(String), SelectorejbextPackage.getSelector_SelectorDir()

setSelectorDir

void setSelectorDir(java.lang.String value)
Sets the value of the 'Selector Dir' attribute.

Parameters:
value - the new value of the 'Selector Dir' attribute.
See Also:
getSelectorDir()