Class Value.BooleanValue
- java.lang.Object
-
- org.opencastproject.assetmanager.api.Value
-
- org.opencastproject.assetmanager.api.Value.TypedValue<Boolean>
-
- org.opencastproject.assetmanager.api.Value.BooleanValue
-
- Enclosing class:
- Value
@Immutable public static final class Value.BooleanValue extends Value.TypedValue<Boolean>
A value of typeBoolean.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opencastproject.assetmanager.api.Value
Value.BooleanType, Value.BooleanValue, Value.DateType, Value.DateValue, Value.LongType, Value.LongValue, Value.StringType, Value.StringValue, Value.TypedValue<A>, Value.UntypedType, Value.ValueType<A>, Value.VersionType, Value.VersionValue
-
-
Constructor Summary
Constructors Constructor Description BooleanValue(Boolean value)
-
-
-
Constructor Detail
-
BooleanValue
public BooleanValue(@Nonnull Boolean value)
-
-