Class Value.LongValue
- java.lang.Object
-
- org.opencastproject.assetmanager.api.Value
-
- org.opencastproject.assetmanager.api.Value.TypedValue<Long>
-
- org.opencastproject.assetmanager.api.Value.LongValue
-
- Enclosing class:
- Value
@Immutable public static final class Value.LongValue extends Value.TypedValue<Long>
A value of typeLong.
-
-
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 Detail
-
LongValue
public LongValue(@Nonnull Long value)
-
-