| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.droplet.PropertyName
public class PropertyName
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
| static PropertyName | createPropertyName(java.lang.String pName) | 
|  ComponentName | getComponentName() | 
|  java.lang.Object[] | getDimensions()Retrieve the dimensions of this parameter name. | 
|  java.lang.String | getName() | 
| static PropertyName | getPropertyName(java.lang.String pName)Get a (hopefully cached) PropertyName given the string form.. | 
|  PropertyName[] | getSubNames()Get the sub names for this component. | 
|  boolean | hasDimensions()Does this parameter name have array dimensions (delimmitted by "[" and "]")? | 
|  boolean | hasSubNames()Does this component name have subnames (delimmitted by ".")? | 
|  java.lang.String | toString()toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Method Detail | 
|---|
public static PropertyName getPropertyName(java.lang.String pName)
                                    throws javax.servlet.ServletException
pName - the property name (a DropletDescriptor-ish path)
javax.servlet.ServletExceptionpublic static PropertyName createPropertyName(java.lang.String pName)
public java.lang.String getName()
public ComponentName getComponentName()
public boolean hasSubNames()
public PropertyName[] getSubNames()
public boolean hasDimensions()
public java.lang.Object[] getDimensions()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||