public static enum NcStreamProto.Data.BigendPresentCase extends java.lang.Enum<NcStreamProto.Data.BigendPresentCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description | 
|---|
| BIGEND | 
| BIGENDPRESENT_NOT_SET | 
| Modifier and Type | Method and Description | 
|---|---|
| static NcStreamProto.Data.BigendPresentCase | forNumber(int value) | 
| int | getNumber() | 
| static NcStreamProto.Data.BigendPresentCase | valueOf(int value)Deprecated. 
 Use  forNumber(int)instead. | 
| static NcStreamProto.Data.BigendPresentCase | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static NcStreamProto.Data.BigendPresentCase[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NcStreamProto.Data.BigendPresentCase BIGEND
public static final NcStreamProto.Data.BigendPresentCase BIGENDPRESENT_NOT_SET
public static NcStreamProto.Data.BigendPresentCase[] values()
for (NcStreamProto.Data.BigendPresentCase c : NcStreamProto.Data.BigendPresentCase.values()) System.out.println(c);
public static NcStreamProto.Data.BigendPresentCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static NcStreamProto.Data.BigendPresentCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static NcStreamProto.Data.BigendPresentCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite