jet.api
Class ObjectInfo

java.lang.Object
  extended by jet.api.ObjectInfo

public class ObjectInfo
extends java.lang.Object


Constructor Summary
ObjectInfo()
           
 
Method Summary
 int getLength()
          get number of the object's properties
 java.lang.String[] getNames()
          get names of the object's properties
 java.lang.String getValue(java.lang.String name)
          get the property value by its property name
 java.lang.String[] getValues()
          get property values of this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectInfo

public ObjectInfo()
Method Detail

getLength

public int getLength()
get number of the object's properties

Returns:
the number of properties

getNames

public java.lang.String[] getNames()
get names of the object's properties

Returns:
the string array of property names

getValues

public java.lang.String[] getValues()
get property values of this object

Returns:
the string array of property values

getValue

public java.lang.String getValue(java.lang.String name)
get the property value by its property name

Parameters:
name - property name
Returns:
the property value