javax.wvcm
Class PropertyNameList.AttributeName

java.lang.Object
  extended by javax.wvcm.PropertyNameList.PropertyName
      extended by javax.wvcm.PropertyNameList.AttributeName
Direct Known Subclasses:
SearchToken.XPathAttributeName
Enclosing class:
PropertyNameList

public static class PropertyNameList.AttributeName
extends PropertyNameList.PropertyName

A name of an attribute.


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.AttributeName(java.lang.String namespace, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 java.lang.String getNamespace()
          Return the namespace of the attribute
 int hashCode()
          Returns a hash code value for the object.
 
Methods inherited from class javax.wvcm.PropertyNameList.PropertyName
getString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyNameList.AttributeName

public PropertyNameList.AttributeName(java.lang.String namespace,
                                      java.lang.String name)
Parameters:
namespace - An attribute namespace.
name - An attribute name.
Method Detail

getNamespace

public java.lang.String getNamespace()
Return the namespace of the attribute


hashCode

public int hashCode()
Description copied from class: PropertyNameList.PropertyName
Returns a hash code value for the object.

Overrides:
hashCode in class PropertyNameList.PropertyName

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 an AttributeName whose name string is equal to the name string of this and whose namespace string is equal to the namespace string of this.


Copyright (c) 2003 - Apache Software Foundation