com.stimulsoft.base.json
Class JProperty

java.lang.Object
  extended by com.stimulsoft.base.json.JProperty

public class JProperty
extends Object

Copyright Stimulsoft


Field Summary
 String Name
           
 Object Value
           
 
Constructor Summary
JProperty()
           
JProperty(String name, Object value)
           
 
Method Summary
 Double doubleValue()
           
 Float floatValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Value

public Object Value

Name

public String Name
Constructor Detail

JProperty

public JProperty()

JProperty

public JProperty(String name,
                 Object value)
Method Detail

doubleValue

public Double doubleValue()

floatValue

public Float floatValue()


Copyright © 2017 Stimulsoft. All Rights Reserved.