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

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

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

A representation of the model object 'Locator'. Defines one locator used by this application.

The following features are supported:

See Also:
SelectorejbextPackage.getLocator()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getLocatorDir()
          Returns the value of the 'Locator Dir' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setLocatorDir(java.lang.String value)
          Sets the value of the 'Locator Dir' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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 locator.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SelectorejbextPackage.getLocator_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 locator containing any information the user might need to understand its purpose. Typically this would describe the type of entity that the locator knows how to locate and invoke.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), SelectorejbextPackage.getLocator_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()

getLocatorDir

java.lang.String getLocatorDir()
Returns the value of the 'Locator Dir' attribute. The name of the directory within the selector utility jar file that contains locator data for this locator. This is the data used by the locator to find a given destination and invoke it.

Returns:
the value of the 'Locator Dir' attribute.
See Also:
setLocatorDir(String), SelectorejbextPackage.getLocator_LocatorDir()

setLocatorDir

void setLocatorDir(java.lang.String value)
Sets the value of the 'Locator Dir' attribute.

Parameters:
value - the new value of the 'Locator Dir' attribute.
See Also:
getLocatorDir()