public class MetaObjectParametricRemovalConvertor extends java.lang.Object implements Convertor<MetaObjectParametricShapeColorAndText,MetaObjectParametricShapeColorAndText>
MetaObjectParametricShapeColorAndText
object.Constructor and Description |
---|
MetaObjectParametricRemovalConvertor() |
Modifier and Type | Method and Description |
---|---|
MetaObjectParametricShapeColorAndText |
convert(MetaObjectParametricShapeColorAndText f)
Converts
value to another type. |
java.lang.Class<? extends MetaObjectParametricShapeColorAndText> |
getDestinationClass()
Returns the class that this convertor converts to.
|
public MetaObjectParametricRemovalConvertor()
public MetaObjectParametricShapeColorAndText convert(MetaObjectParametricShapeColorAndText f) throws java.lang.Exception
Convertor
value
to another type.convert
in interface Convertor<MetaObjectParametricShapeColorAndText,MetaObjectParametricShapeColorAndText>
f
- the value to convertjava.lang.Exception
- if there was a conversion errorpublic java.lang.Class<? extends MetaObjectParametricShapeColorAndText> getDestinationClass()
Convertor
getDestinationClass
in interface Convertor<MetaObjectParametricShapeColorAndText,MetaObjectParametricShapeColorAndText>