|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.PropertyNameList.PropertyName
javax.wvcm.PropertyNameList.AttributeName
public static class PropertyNameList.AttributeName
A name of an attribute.
Field Summary |
---|
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 |
---|
public PropertyNameList.AttributeName(java.lang.String namespace, java.lang.String name)
namespace
- An attribute namespace.name
- An attribute name.Method Detail |
---|
public java.lang.String getNamespace()
public int hashCode()
PropertyNameList.PropertyName
hashCode
in class PropertyNameList.PropertyName
public boolean equals(java.lang.Object o)
equals
in class PropertyNameList.PropertyName
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |