|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectjavax.wvcm.PropertyNameList
public final class PropertyNameList
A list of resource property names.
Nested Class Summary | |
---|---|
static class |
PropertyNameList.PropertyName<T>
The name of a property of a persistent resource. |
Nested classes/interfaces inherited from interface javax.wvcm.PropertyRequestItem |
---|
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest |
Constructor Summary | |
---|---|
PropertyNameList(PropertyNameList.PropertyName<?>... propertyNames)
Construct a PropertyNameList from an array of property names. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one. |
PropertyNameList.PropertyName<?>[] |
getPropertyNames()
Get an array of property names from a property name list. |
int |
hashCode()
Calculate a hash code for a PropertyNameList. |
String |
toString()
Returns a string representation of this PropertyNameList suitable for diagnostics. |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyNameList(PropertyNameList.PropertyName<?>... propertyNames)
propertyNames
- an array of property names, or null.
Passing null is equivalent to passing an empty array.Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- the object to compare with.
public PropertyNameList.PropertyName<?>[] getPropertyNames()
null
.public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Generated Tue 26-Jul-2016 01:02 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |