org.zeroexchange.representation.value
Class DefaultValueRepresentation
java.lang.Object
org.zeroexchange.representation.AbstractRepresentation<Value>
org.zeroexchange.representation.value.DefaultValueRepresentation
- All Implemented Interfaces:
- DataProcessor, Representation<Value>, RepresentationFactoryAware
public class DefaultValueRepresentation
- extends AbstractRepresentation<Value>
- implements DataProcessor
The default representation of the Value entity hierarchy.
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultValueRepresentation
public DefaultValueRepresentation()
getRepresentation
public String getRepresentation(Value entity,
int limit)
- Description copied from interface:
Representation
- Returns string representation of the specified entity.
- Specified by:
getRepresentation
in interface Representation<Value>
- See Also:
org.zeroexchange.representation.Representation#getRepresentation(org.zeroexchange.model.Persistent, int)
getProcessingClass
public Class getProcessingClass()
- Description copied from interface:
DataProcessor
- Returns root hierarchy current processor can operate
- Specified by:
getProcessingClass
in interface DataProcessor
Copyright © 2013. All Rights Reserved.