com.sun.jaw.reference.common
Class PropertyName

java.lang.Object
  |
  +--com.sun.jaw.reference.common.PropertyName

public class PropertyName
extends java.lang.Object
implements java.io.Serializable

This class is used for representing a property name.

See Also:
Serialized Form

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

PropertyName

public PropertyName(java.lang.String name)
Create a non-indexed property

PropertyName

public PropertyName(java.lang.String name,
                    int pos)
Allows an indexed property to be created.
Method Detail

getName

public java.lang.String getName()
Returns the property name.

getPosition

public int getPosition()
Returns the position.