All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.common.PropertyName

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

public class PropertyName
extends Object
implements Serializable
This class is used for representing a property name.


Constructor Index

 o PropertyName(String)
Create a non-indexed property
 o PropertyName(String, int)
Allows an indexed property to be created.

Method Index

 o getName()
Returns the property name.
 o getPosition()
Returns the position.

Constructors

 o PropertyName
 public PropertyName(String name)
Create a non-indexed property

 o PropertyName
 public PropertyName(String name,
                     int pos)
Allows an indexed property to be created.

Methods

 o getName
 public String getName()
Returns the property name.

 o getPosition
 public int getPosition()
Returns the position.


All Packages  Class Hierarchy  This Package  Previous  Next  Index