|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.ObjectInfo
public class ObjectInfo
| 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 |
|---|
public ObjectInfo()
| Method Detail |
|---|
public int getLength()
public java.lang.String[] getNames()
public java.lang.String[] getValues()
public java.lang.String getValue(java.lang.String name)
name - property name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||