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