|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.reference.common.PropertyName
This class is used for representing a property name.
Constructor Summary | |
PropertyName(java.lang.String name)
Create a non-indexed property |
|
PropertyName(java.lang.String name,
int pos)
Allows an indexed property to be created. |
Method Summary | |
java.lang.String |
getName()
Returns the property name. |
int |
getPosition()
Returns the position. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PropertyName(java.lang.String name)
public PropertyName(java.lang.String name, int pos)
Method Detail |
public java.lang.String getName()
public int getPosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |