T
- public abstract class MockValueHolder<T extends Type> extends Object implements ValueHolder
Modifier | Constructor and Description |
---|---|
protected |
MockValueHolder(T type)
Creates a new value holder for specified data type.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the id of the holder if present.
|
ValueHolder |
getNotCompiledValue() |
T |
getType()
Returns the data type of this holder.
|
protected MockValueHolder(T type)
type
- type of data in holderpublic T getType()
getType
in interface ValueHolder
public String getId()
ValueHolder
getId
in interface ValueHolder
public ValueHolder getNotCompiledValue()
getNotCompiledValue
in interface ValueHolder
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.