public abstract class Facet
extends java.lang.Object
| Constructor and Description |
|---|
Facet() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj) |
abstract void |
exportWf2Xml(javax.xml.stream.XMLStreamWriter writer)
Writes the xml representation of the facet to the XmlStreamWriter
|
abstract int |
hashCode() |
public abstract void exportWf2Xml(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
writer - javax.xml.stream.XMLStreamExceptionpublic abstract int hashCode()
hashCode in class java.lang.Objectpublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Object