Package org.somda.dsl.biceps.sco
Class SetValueOperationState
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class SetValueOperationState extends OperationState
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Range>allowedRangesprivate final OperatingModeoperatingModeprivate final BigIntegerversionprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description SetValueOperationState()
-
Method Summary
Modifier and Type Method Description final List<Range>getAllowedRanges()final RangeallowedRange(Function1<Range, Unit> init)-
Methods inherited from class org.somda.dsl.biceps.sco.OperationState
getOperatingMode, operatingMode -
Methods inherited from class org.somda.dsl.biceps.base.tree.VersionedMdibComponent
getVersion, version, version, version -
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAllowedRanges
final List<Range> getAllowedRanges()
-
allowedRange
final Range allowedRange(Function1<Range, Unit> init)
-
-
-
-