Enum AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto
- java.lang.Object
-
- java.lang.Enum<AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto>
-
- org.webswing.model.appframe.proto.AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto>
- Enclosing class:
- AppFrameProtoOut.WindowMsgOutProto
public static enum AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto extends java.lang.Enum<AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumappFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto
-
-
Field Summary
Fields Modifier and Type Field Description static intDialog_VALUEDialog = 4;static intFrame_VALUEFrame = 6;static intJDialog_VALUEJDialog = 5;static intJFrame_VALUEJFrame = 7;static intJWindow_VALUEJWindow = 3;static intother_VALUEother = 1;static intWindow_VALUEWindow = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProtoforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto>internalGetValueMap()static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProtovalueOf(int value)Deprecated.static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
other
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto other
other = 1;
-
Window
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto Window
Window = 2;
-
JWindow
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto JWindow
JWindow = 3;
-
Dialog
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto Dialog
Dialog = 4;
-
JDialog
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto JDialog
JDialog = 5;
-
Frame
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto Frame
Frame = 6;
-
JFrame
public static final AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto JFrame
JFrame = 7;
-
-
Field Detail
-
other_VALUE
public static final int other_VALUE
other = 1;- See Also:
- Constant Field Values
-
Window_VALUE
public static final int Window_VALUE
Window = 2;- See Also:
- Constant Field Values
-
JWindow_VALUE
public static final int JWindow_VALUE
JWindow = 3;- See Also:
- Constant Field Values
-
Dialog_VALUE
public static final int Dialog_VALUE
Dialog = 4;- See Also:
- Constant Field Values
-
JDialog_VALUE
public static final int JDialog_VALUE
JDialog = 5;- See Also:
- Constant Field Values
-
Frame_VALUE
public static final int Frame_VALUE
Frame = 6;- See Also:
- Constant Field Values
-
JFrame_VALUE
public static final int JFrame_VALUE
JFrame = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto c : AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-