org.zeroexchange.representation.value
Class DefaultValueRepresentation

java.lang.Object
  extended by org.zeroexchange.representation.AbstractRepresentation<Value>
      extended by 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

Field Summary
 
Fields inherited from interface org.zeroexchange.representation.Representation
UNLIMITED
 
Constructor Summary
DefaultValueRepresentation()
           
 
Method Summary
 Class getProcessingClass()
          Returns root hierarchy current processor can operate
 String getRepresentation(Value entity, int limit)
          Returns string representation of the specified entity.
 
Methods inherited from class org.zeroexchange.representation.AbstractRepresentation
getRepresentatinFactory, limitValue, setRepresentationFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValueRepresentation

public DefaultValueRepresentation()
Method Detail

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.