public class XEventLiteImpl
extends java.lang.Object
Constructor and Description |
---|
XEventLiteImpl() |
XEventLiteImpl(long id) |
XEventLiteImpl(long id,
XAttributeMap attributes) |
XEventLiteImpl(XAttributeMap attributes) |
Modifier and Type | Method and Description |
---|---|
void |
accept(XVisitor visitor,
XTrace trace) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
XAttributeMap |
getAttributes() |
java.util.Set<XExtension> |
getExtensions() |
XID |
getID() |
boolean |
hasAttributes() |
int |
hashCode() |
void |
setAttributes(XAttributeMap attributes) |
public XEventLiteImpl()
public XEventLiteImpl(long id)
public XEventLiteImpl(XAttributeMap attributes)
public XEventLiteImpl(long id, XAttributeMap attributes)
public XAttributeMap getAttributes()
public void setAttributes(XAttributeMap attributes)
public boolean hasAttributes()
public java.util.Set<XExtension> getExtensions()
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public XID getID()
public void accept(XVisitor visitor, XTrace trace)