public class OutputLabelValueTypeInfo extends Object implements ValueTypeInfo<OutputLabel>
ValueTypeInfo
for OutputLabel
instances.Modifier and Type | Field and Description |
---|---|
static ValueTypeInfo<OutputLabel> |
INSTANCE |
Constructor and Description |
---|
OutputLabelValueTypeInfo() |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(OutputLabel value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotNull
public static final ValueTypeInfo<OutputLabel> INSTANCE
public <E extends Exception> void visit(OutputLabel value, ValueVisitor<E> visitor) throws E extends Exception
visit
in interface ValueTypeInfo<OutputLabel>
E extends Exception
public <E extends Exception> OutputLabel create(ValueCreator<E> creator) throws E extends Exception
create
in interface ValueTypeInfo<OutputLabel>
E extends Exception