Class ParameterLiveAccessorEnum<T extends Enum<T>>
java.lang.Object
de.mid.innovator.m2msdk.model.parameter.ParameterLiveAccessor<ParameterTemplateEnum<T>>
de.mid.innovator.m2msdk.model.parameter.ParameterLiveAccessorEnum<T>
- Type Parameters:
T- class of parameter template
public class ParameterLiveAccessorEnum<T extends Enum<T>>
extends ParameterLiveAccessor<ParameterTemplateEnum<T>>
Accessor to enumeration parameters which are based on the current model
element.
- Version:
- 11.3.1
- Author:
- jmback
-
Constructor Summary
ConstructorsConstructorDescriptionParameterLiveAccessorEnum(ParameterTemplate parameterTemplate, ConfigurationItemIF configurationItem, MetaModel sourceMM, MetaModel targetMM) -
Method Summary
Modifier and TypeMethodDescriptiongetValidatedEnumValue(Class<T> cls, SessionInterface iSession, MappingElementIF mappingElement) Methods inherited from class de.mid.innovator.m2msdk.model.parameter.ParameterLiveAccessor
getParameterTemplate, getRawValue, getValidatedBooleanValue, getValidatedIntegerValue, getValidatedValue, getValidatedValue, getValidatedValueAsStringList, getValidatedValueAsStringList, getValidatedValueExcludeQuote, getValidatedValueExcludeQuote, hasChanged, isTrue, setRawValue, toString, validate
-
Constructor Details
-
ParameterLiveAccessorEnum
public ParameterLiveAccessorEnum(ParameterTemplate parameterTemplate, ConfigurationItemIF configurationItem, MetaModel sourceMM, MetaModel targetMM)
-
-
Method Details
-
getValidatedEnumValue
public <ET extends Enum<T>> T getValidatedEnumValue(Class<T> cls, SessionInterface iSession, MappingElementIF mappingElement) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-