javax.wvcm
Class PropertyNameList.AttributeName

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

public static final class PropertyNameList.AttributeName
extends PropertyNameList.PropertyName

A name of an attribute.


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.AttributeName(String namespace, String name)
           
 
Method Summary
 boolean equals(Object o)
          Indicates whether some other object is "equal to" this one.
 String getNamespace()
          Return the namespace of the attribute
 
Methods inherited from class PropertyNameList.PropertyName
getString, hashCode
 
Methods inherited from class Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNameList.AttributeName

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

getNamespace

public String getNamespace()
Return the namespace of the attribute


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 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.