cc.plural.jsonij.marshal
Class JSONDocumentMarshaler.MarshalerPropertyValue

java.lang.Object
  extended by cc.plural.jsonij.marshal.JSONDocumentMarshaler.MarshalerPropertyValue
Enclosing class:
JSONDocumentMarshaler

public static class JSONDocumentMarshaler.MarshalerPropertyValue
extends Object


Constructor Summary
JSONDocumentMarshaler.MarshalerPropertyValue()
           
JSONDocumentMarshaler.MarshalerPropertyValue(String name, InspectorProperty property, Value value)
           
 
Method Summary
 String getName()
           
 InspectorProperty getProperty()
           
 Value getValue()
           
 void setName(String name)
           
 void setProperty(InspectorProperty property)
           
 void setValue(Value value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONDocumentMarshaler.MarshalerPropertyValue

public JSONDocumentMarshaler.MarshalerPropertyValue()

JSONDocumentMarshaler.MarshalerPropertyValue

public JSONDocumentMarshaler.MarshalerPropertyValue(String name,
                                                    InspectorProperty property,
                                                    Value value)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getProperty

public InspectorProperty getProperty()

setProperty

public void setProperty(InspectorProperty property)

getValue

public Value getValue()

setValue

public void setValue(Value value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.