Package de.mid.innovator.m2msdk.ui.model
Class ParameterValue
java.lang.Object
de.mid.innovator.m2msdk.ui.model.ParameterValue
Class holding the parameter value.
- Version:
- 10.1.1
- Author:
- jmback
-
Constructor Summary
ConstructorsConstructorDescriptionParameterValue(SessionInterface iSession, ConfigurableItemIF iItem, ConfigurationItemIF iConfig, String iName, String iValue, MappingElementIF iMe) Create the parameter values for a configurable item.ParameterValue(SessionInterface iSession, String iDescription, ConfigurableItemIF iItem, ConfigurationItemIF iConfig, String iName, MappingElementIF iMe) Create the parameter values for a configurable item. -
Method Summary
-
Constructor Details
-
ParameterValue
public ParameterValue(SessionInterface iSession, ConfigurableItemIF iItem, ConfigurationItemIF iConfig, String iName, String iValue, MappingElementIF iMe) Create the parameter values for a configurable item.- Parameters:
iSession- sessioniItem- The item to configureiConfig- configuration item describing what to configureiName- name of the parameteriValue- current value of the parameteriMe- mapping element used for the parameter
-
ParameterValue
public ParameterValue(SessionInterface iSession, String iDescription, ConfigurableItemIF iItem, ConfigurationItemIF iConfig, String iName, MappingElementIF iMe) Create the parameter values for a configurable item.- Parameters:
iSession- sessioniDescription- current value of the parameteriItem- The item to configureiConfig- configuration item describing what to configureiName- name of the parameteriMe- mapping element used for the parameter
-
-
Method Details
-
toString
-
getDescription
-
getValue
Get the value for the current description.- Returns:
- Value of the parameter
- Throws:
M2MExceptionRemoteException
-
getValues
Get all values of the parameter of this value.- Returns:
- All descriptions of the parameters
- Throws:
M2MExceptionRemoteException
-
getMetaModel
-
isValid
public boolean isValid()
-