|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.PropertyNameList.PropertyName
javax.wvcm.PropertyNameList.NestedPropertyName
public static final class PropertyNameList.NestedPropertyName
A property name that has a nested property name list.
Field Summary |
---|
Constructor Summary | |
---|---|
PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName name,
PropertyNameList nested)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
PropertyNameList.PropertyName |
getName()
Return the property name. |
PropertyNameList |
getNested()
Return the nested property names. |
Methods inherited from class javax.wvcm.PropertyNameList.PropertyName |
---|
getString, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName name, PropertyNameList nested)
name
- A property name.nested
- A list of properties of the value of name
.Method Detail |
---|
public PropertyNameList.PropertyName getName()
public PropertyNameList getNested()
public boolean equals(java.lang.Object o)
equals
in class PropertyNameList.PropertyName
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |