public static enum Entity.EntityCase extends Enum<Entity.EntityCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ACTION_PROFILE_GROUP |
ACTION_PROFILE_MEMBER |
COUNTER_ENTRY |
DIRECT_COUNTER_ENTRY |
DIRECT_METER_ENTRY |
ENTITY_NOT_SET |
EXTERN_ENTRY |
METER_ENTRY |
TABLE_ENTRY |
Modifier and Type | Method and Description |
---|---|
static Entity.EntityCase |
forNumber(int value) |
int |
getNumber() |
static Entity.EntityCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Entity.EntityCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity.EntityCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.EntityCase EXTERN_ENTRY
public static final Entity.EntityCase TABLE_ENTRY
public static final Entity.EntityCase ACTION_PROFILE_MEMBER
public static final Entity.EntityCase ACTION_PROFILE_GROUP
public static final Entity.EntityCase METER_ENTRY
public static final Entity.EntityCase DIRECT_METER_ENTRY
public static final Entity.EntityCase COUNTER_ENTRY
public static final Entity.EntityCase DIRECT_COUNTER_ENTRY
public static final Entity.EntityCase ENTITY_NOT_SET
public static Entity.EntityCase[] values()
for (Entity.EntityCase c : Entity.EntityCase.values()) System.out.println(c);
public static Entity.EntityCase 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 null@Deprecated public static Entity.EntityCase valueOf(int value)
forNumber(int)
instead.public static Entity.EntityCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2018 OpenDaylight. All rights reserved.