Class QName
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.dmn.QName
-
- All Implemented Interfaces:
DMNProperty
@Portable public class QName extends Object implements DMNProperty
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_NS_PREFIXstatic StringNULL_NS_URI
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamecopy()booleanequals(Object o)StringgetLocalPart()StringgetNamespaceURI()StringgetPrefix()inthashCode()SeeQName.hashCode()StringtoString()SeeQName.toString()
-
-
-
Field Detail
-
NULL_NS_URI
public static final String NULL_NS_URI
- See Also:
- Constant Field Values
-
DEFAULT_NS_PREFIX
public static final String DEFAULT_NS_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
copy
public QName copy()
-
getNamespaceURI
public String getNamespaceURI()
-
getLocalPart
public String getLocalPart()
-
getPrefix
public String getPrefix()
-
toString
public String toString()
SeeQName.toString()
-
hashCode
public int hashCode()
SeeQName.hashCode()
-
-