Package org.webswing.server.model.proto
Enum Webswing.WindowMsgProto.WindowClassTypeProto
- java.lang.Object
-
- java.lang.Enum<Webswing.WindowMsgProto.WindowClassTypeProto>
-
- org.webswing.server.model.proto.Webswing.WindowMsgProto.WindowClassTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Webswing.WindowMsgProto.WindowClassTypeProto>
- Enclosing class:
- Webswing.WindowMsgProto
public static enum Webswing.WindowMsgProto.WindowClassTypeProto extends Enum<Webswing.WindowMsgProto.WindowClassTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumorg.webswing.server.model.proto.WindowMsgProto.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 Webswing.WindowMsgProto.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<Webswing.WindowMsgProto.WindowClassTypeProto>internalGetValueMap()static Webswing.WindowMsgProto.WindowClassTypeProtovalueOf(int value)Deprecated.static Webswing.WindowMsgProto.WindowClassTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Webswing.WindowMsgProto.WindowClassTypeProtovalueOf(String name)Returns the enum constant of this type with the specified name.static Webswing.WindowMsgProto.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 Webswing.WindowMsgProto.WindowClassTypeProto other
other = 1;
-
Window
public static final Webswing.WindowMsgProto.WindowClassTypeProto Window
Window = 2;
-
JWindow
public static final Webswing.WindowMsgProto.WindowClassTypeProto JWindow
JWindow = 3;
-
Dialog
public static final Webswing.WindowMsgProto.WindowClassTypeProto Dialog
Dialog = 4;
-
JDialog
public static final Webswing.WindowMsgProto.WindowClassTypeProto JDialog
JDialog = 5;
-
Frame
public static final Webswing.WindowMsgProto.WindowClassTypeProto Frame
Frame = 6;
-
JFrame
public static final Webswing.WindowMsgProto.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 Webswing.WindowMsgProto.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 (Webswing.WindowMsgProto.WindowClassTypeProto c : Webswing.WindowMsgProto.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 Webswing.WindowMsgProto.WindowClassTypeProto valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- 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 Webswing.WindowMsgProto.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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Webswing.WindowMsgProto.WindowClassTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.WindowMsgProto.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 Webswing.WindowMsgProto.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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-