T
- the object type of the parameterpublic final class ParameterItemBase<T> extends AbstractResourceItem<ParameterItem<?>,ParameterParams,T> implements ParameterItemReal<T>
Constructor and Description |
---|
ParameterItemBase() |
Modifier and Type | Method and Description |
---|---|
static <T> ParameterItemBase<T> |
create(T o) |
void |
define(T forcedValue)
Define a new forced value.
|
void |
persist()
Persist a parameter value.
|
uid, uid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder
get, set
public ParameterItemBase()
public static <T> ParameterItemBase<T> create(T o)
public void define(T forcedValue)
define
in interface ParameterItem<T>
forcedValue
- the new value for this parameterpublic void persist()
persist
in interface ParameterItem<T>
Copyright © 2011–2016 JRebirth OSS. All rights reserved.