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 booleanequals(java.lang.Object obj)java.lang.StringgetAlternativeUri()java.lang.StringgetNamespaceUri()booleanhasAlternativeUri()If a namespace has changed over time it could feel responsible for handling the older one.inthashCode() 
 - 
 
- 
- 
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:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -