javax.wvcm
Class PropertyNameList.NestedPropertyName

java.lang.Object
  extended by javax.wvcm.PropertyNameList.PropertyName
      extended by javax.wvcm.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 javax.wvcm.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, CREATION_USER, CREATOR_DISPLAY_NAME, CURRENT_ACTIVITY_LIST, CURRENT_WORKSPACE_LIST, DIRTY_PROPERTY_LIST, DISPLAY_NAME, ECLIPSED_LIST, GROUP_MEMBER_LIST, GROUP_MEMBERSHIP, IS_CHECKED_OUT, IS_DIRTY_CONTENT, IS_STALE_CONTENT, LABEL_NAME_LIST, LAST_MODIFIED, MERGE_LIST, MODIFICATION_DATE, MODIFICATION_USER, OWNER, PARENT_BINDING_LIST, PREDECESSOR_LIST, PRINCIPAL_FOLDER_LIST, PRIVILEGE_FOLDER_LIST, PROVIDER_LIST, RESOURCE_IDENTIFIER, ROOT_FOLDER, ROOT_VERSION, SERVER_STATE, STALE_PROPERTY_LIST, SUBACTIVITY_LIST, SUBBASELINE_LIST, SUCCESSOR_LIST, SUPPORTED_PRIVILEGE_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(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

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

getName

public PropertyNameList.PropertyName getName()
Return the property name.


getNested

public PropertyNameList getNested()
Return the nested property names.


equals

public boolean equals(java.lang.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.


Copyright (c) 2003 - Apache Software Foundation