|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjavax.wvcm.PropertyRequestItem.NestedPropertyName<T>
public static class PropertyRequestItem.NestedPropertyName<T>
A NestedPropertyName consists of the name of a root property whose value is desired and an optional request for nested properties of the resource (or resources) referenced by the value of that root property.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.wvcm.PropertyRequestItem |
---|
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest |
Constructor Summary | |
---|---|
PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T> root,
PropertyNameList.PropertyName<?>[] items)
Constructs a NestedPropertyName from its constituent parts. |
|
PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T> root,
PropertyRequestItem... items)
Constructs a NestedPropertyName from its constituent parts. |
|
PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T> root,
PropertyRequestItem.NestedPropertyName<?>[] items)
Constructs a NestedPropertyName from its constituent parts. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one. |
PropertyRequestItem.PropertyRequest |
getNested()
|
PropertyNameList.PropertyName<T> |
getRoot()
|
int |
hashCode()
Calculate a hash code value for the object. |
String |
toString()
Returns a string representation of this NestedPropertyName suitable for diagnostics. |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T> root, PropertyNameList.PropertyName<?>[] items)
root
- The root PropertyName of the request; must not be null.items
- The PropertyRequest for the value(s) of the root
property; may be null or empty to request no
nested properties.public PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T> root, PropertyRequestItem... items)
root
- The root PropertyName of the request; must not be null.items
- The PropertyRequest for the value(s) of the root
property; may be null or empty to request no
nested properties.public PropertyRequestItem.NestedPropertyName(PropertyNameList.PropertyName<T> root, PropertyRequestItem.NestedPropertyName<?>[] items)
root
- The root PropertyName of the request; must not be null.items
- The PropertyRequest for the value(s) of the root
property; may be null or empty to request no
nested properties.Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- the object to compare with.
public PropertyRequestItem.PropertyRequest getNested()
public PropertyNameList.PropertyName<T> getRoot()
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Generated Wed 18-Apr-2012 01:20 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |