public class EventType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static EventType |
SGE_EMA_ADD |
static EventType |
SGE_EMA_DEL |
static EventType |
SGE_EMA_LIST |
static EventType |
SGE_EMA_MOD |
static EventType |
SGE_EMA_TRIGGER |
Constructor and Description |
---|
EventType(int type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public static final EventType SGE_EMA_LIST
public static final EventType SGE_EMA_ADD
public static final EventType SGE_EMA_MOD
public static final EventType SGE_EMA_DEL
public static final EventType SGE_EMA_TRIGGER
public final int getType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.