Class Namespace
- java.lang.Object
-
- org.camunda.bpm.engine.impl.util.xml.Namespace
-
public class Namespace extends java.lang.Object
- Author:
- Ronny Bräunlich
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getAlternativeUri()
java.lang.String
getNamespaceUri()
boolean
hasAlternativeUri()
If a namespace has changed over time it could feel responsible for handling the older one.int
hashCode()
-
-
-
Method Detail
-
hasAlternativeUri
public boolean hasAlternativeUri()
If a namespace has changed over time it could feel responsible for handling the older one.- Returns:
-
getNamespaceUri
public java.lang.String getNamespaceUri()
-
getAlternativeUri
public java.lang.String getAlternativeUri()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-