public enum TeTopologyEventTypeEnum extends Enum<TeTopologyEventTypeEnum>
| Enum Constant and Description |
|---|
ADD
Represents add.
|
REMOVE
Represents remove.
|
UPDATE
Represents update.
|
| Modifier and Type | Method and Description |
|---|---|
static TeTopologyEventTypeEnum |
of(int value)
Returns the object of teTopologyEventTypeEnum for.
|
static TeTopologyEventTypeEnum |
of(String value)
Returns the object of teTopologyEventTypeEnum for.
|
int |
teTopologyEventTypeEnum()
Returns the attribute teTopologyEventTypeEnum.
|
String |
toString() |
static TeTopologyEventTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeTopologyEventTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeTopologyEventTypeEnum ADD
public static final TeTopologyEventTypeEnum REMOVE
public static final TeTopologyEventTypeEnum UPDATE
public static TeTopologyEventTypeEnum[] values()
for (TeTopologyEventTypeEnum c : TeTopologyEventTypeEnum.values()) System.out.println(c);
public static TeTopologyEventTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TeTopologyEventTypeEnum of(int value)
value - value of teTopologyEventTypeEnum forpublic static TeTopologyEventTypeEnum of(String value)
value - value of teTopologyEventTypeEnum forpublic int teTopologyEventTypeEnum()
public String toString()
toString in class Enum<TeTopologyEventTypeEnum>Copyright © 2017. All rights reserved.