public class XDTCombinationItemExplicit extends XDTCombinationItemHead
| Constructor and Description |
|---|
XDTCombinationItemExplicit(XDTDimensionUse dim,
javax.xml.namespace.QName value)
Creates an explicit combination member.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
javax.xml.namespace.QName |
getValue()
Accessor to the value of this member.
|
int |
hashCode() |
java.lang.String |
toString() |
getDimensionName, getDimensionUsepublic XDTCombinationItemExplicit(XDTDimensionUse dim, javax.xml.namespace.QName value)
dim - XDTDimensionUse of the dimensionvalue - QName the memberpublic javax.xml.namespace.QName getValue()
public boolean equals(java.lang.Object other)
equals in class XDTCombinationItemHeadpublic int hashCode()
hashCode in class XDTCombinationItemHeadpublic java.lang.String toString()
toString in class java.lang.Object