javax.wvcm
Class PropertyNameList.NestedPropertyName

Object
  |
  +--PropertyNameList.PropertyName
        |
        +--PropertyNameList.NestedPropertyName
Enclosing class:
PropertyNameList

public static final class PropertyNameList.NestedPropertyName
extends PropertyNameList.PropertyName

A property name that has a nested property name list.


Field Summary
 
Fields inherited from class PropertyNameList.PropertyName
ACTIVITY_CHECKOUT_LIST, ACTIVITY_FOLDER_LIST, ACTIVITY_LIST, ACTIVITY_VERSION_LIST, ALL_ATTRIBUTES, AUTO_MERGE_LIST, BASELINE_CONTROLLABLE, BASELINE_CONTROLLED_FOLDER_LIST, BASELINE_FOLDER, BINDING_LIST, CHECKED_IN, CHECKED_OUT, CHECKIN_FORK, CHECKOUT_FORK, CHECKOUT_LIST, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, CURRENT_ACTIVITY_LIST, CURRENT_WORKSPACE_LIST, DIRTY_PROPERTY_LIST, DISPLAY_NAME, ECLIPSED_LIST, IS_CHECKED_OUT, IS_DIRTY_CONTENT, IS_STALE_CONTENT, LABEL_NAME_LIST, LAST_MODIFIED, MERGE_LIST, PARENT_BINDING_LIST, PREDECESSOR_LIST, PROVIDER_LIST, RESOURCE_IDENTIFIER, ROOT_FOLDER, ROOT_VERSION, SERVER_STATE, STALE_PROPERTY_LIST, SUBACTIVITY_LIST, SUBBASELINE_LIST, SUCCESSOR_LIST, UNRESERVED, VERSION_BY_LABEL_FOLDER, VERSION_CONTROLLABLE, VERSION_CONTROLLED_CONFIGURATION, VERSION_HISTORY, VERSION_HISTORY_FOLDER_LIST, VERSION_NAME, WORKSPACE, WORKSPACE_CHECKOUT_LIST, WORKSPACE_FOLDER_LIST
 
Constructor Summary
PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName name, PropertyNameList nested)
           
 
Method Summary
 boolean equals(Object o)
          Indicates whether some other object is "equal to" this one.
 PropertyNameList getNested()
          Return the nested property names.
 
Methods inherited from class PropertyNameList.PropertyName
getString, hashCode
 
Methods inherited from class Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNameList.NestedPropertyName

public PropertyNameList.NestedPropertyName(PropertyNameList.PropertyName name,
                                           PropertyNameList nested)
Parameters:
name - A property name.
nested - A list of properties of the value of name.
Method Detail

getNested

public PropertyNameList getNested()
Return the nested property names.


equals

public boolean equals(Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class PropertyNameList.PropertyName
Returns:
true if and only if the specified object is a NestedPropertyName whose name string is equal to the name string of this and whose nested property name list is equal to the nested property name list of this.