Uses of Class
javax.wvcm.PropertyNameList.AttributeName

Uses of PropertyNameList.AttributeName in javax.wvcm
 

Methods in javax.wvcm with parameters of type PropertyNameList.AttributeName
 Object Resource.getAttribute(PropertyNameList.AttributeName name)
          Return an attribute of this Resource.
 void Resource.setAttribute(PropertyNameList.AttributeName name, Object value)
          Adds or replaces the value of the specified attribute of this Resource.
 void Resource.removeAttribute(PropertyNameList.AttributeName name)
          Removes the specified attribute of this Resource.