public static enum Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto extends Enum<Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto| Enum Constant and Description |
|---|
AutoSave
AutoSave = 3; |
AutoUpload
AutoUpload = 2; |
Close
Close = 1; |
Open
Open = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
AutoSave_VALUE
AutoSave = 3; |
static int |
AutoUpload_VALUE
AutoUpload = 2; |
static int |
Close_VALUE
Close = 1; |
static int |
Open_VALUE
Open = 0; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto> |
internalGetValueMap() |
static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto |
valueOf(int value) |
static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto Open
Open = 0;public static final Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto Close
Close = 1;public static final Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto AutoUpload
AutoUpload = 2;public static final Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto AutoSave
AutoSave = 3;public static final int Open_VALUE
Open = 0;public static final int Close_VALUE
Close = 1;public static final int AutoUpload_VALUE
AutoUpload = 2;public static final int AutoSave_VALUE
AutoSave = 3;public static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto[] values()
for (Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto c : Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto.values()) System.out.println(c);
public static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.