public class OdsxInstanceSelectorValue extends FwkDialogPaneValue
getHt, ident, propertyChange, setHt, version| Constructor and Description | 
|---|
| OdsxInstanceSelectorValue()The default construtor. | 
| OdsxInstanceSelectorValue(java.lang.String plugable,
                         java.lang.String service,
                         java.lang.String asamPath)The constructor. | 
| OdsxInstanceSelectorValue(java.lang.String ident,
                         java.lang.String plugable,
                         java.lang.String service,
                         java.lang.String asamPath)The constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAsamPath()Retrieves the text of the value separated by \n. | 
| java.lang.String | getPlugableComponent()Get the plugable component. | 
| java.lang.String | getServiceName()Get the service name. | 
| static void | main(java.lang.String[] args)The Main Body to test the class. | 
| void | setAsamPath(java.lang.String asamPath)Set the text string of the value. | 
| void | setPlugableComponent(java.lang.String plugable)Set the plugable component for the OdsxSession. | 
| void | setServiceName(java.lang.String service)Set the service name for the OdsxSession. | 
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents, toStringclear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuespublic OdsxInstanceSelectorValue()
public OdsxInstanceSelectorValue(java.lang.String plugable,
                         java.lang.String service,
                         java.lang.String asamPath)
ident - The ident of the value.plugable - The string containing the plugable component.service - The service name.asamPath - The asamPatht - The text value. lines should be separated by \n.public OdsxInstanceSelectorValue(java.lang.String ident,
                         java.lang.String plugable,
                         java.lang.String service,
                         java.lang.String asamPath)
ident - The ident of the value.plugable - The string containing the plugable component.service - The service name.asamPath - The asamPatht - The text value. lines should be separated by \n.public java.lang.String getAsamPath()
public void setAsamPath(java.lang.String asamPath)
asamPath - The new asam path.public java.lang.String getPlugableComponent()
public void setPlugableComponent(java.lang.String plugable)
plugable - The plugable component string.public java.lang.String getServiceName()
public void setServiceName(java.lang.String service)
service - The service name.public static void main(java.lang.String[] args)