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.
-
PropertyName(String)
- Create a non-indexed property
-
PropertyName(String, int)
- Allows an indexed property to be created.
-
getName()
- Returns the property name.
-
getPosition()
- Returns the position.
PropertyName
public PropertyName(String name)
- Create a non-indexed property
PropertyName
public PropertyName(String name,
int pos)
- Allows an indexed property to be created.
getName
public String getName()
- Returns the property name.
getPosition
public int getPosition()
- Returns the position.
All Packages Class Hierarchy This Package Previous Next Index