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 |
getNotCompiledValueHolder() |
T |
getType()
Returns the data type of this holder.
|
String |
toString() |
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 getNotCompiledValueHolder()
getNotCompiledValueHolder
in interface ValueHolder
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.