Enum Class FileRequestParameters.SearchFlag
java.lang.Object
java.lang.Enum<FileRequestParameters.SearchFlag>
com.priint.pubserver.comet.bridge.FileRequestParameters.SearchFlag
- All Implemented Interfaces:
Serializable,Comparable<FileRequestParameters.SearchFlag>,Constable
- Enclosing class:
- FileRequestParameters
The enum Search flag.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Use builtby record stringid.The Use default.The Use frame info id.The Use frame label.The Use frame type.The Use frame uid.The Use id.The Use placeholder id.The Use placeholder info 1.The Use placeholder info 2.The Use record stringid.The Use script tags.The Use template id. -
Method Summary
Modifier and TypeMethodDescriptionGets constant name.Get parameters parameter [ ].intgetValue()Gets value.Returns the enum constant of this class with the specified name.static FileRequestParameters.SearchFlag[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
USE_DEFAULT
The Use default. -
USE_TEMPLATE_ID
The Use template id. -
USE_FRAME_LABEL
The Use frame label. -
USE_RECORD_STRINGID
The Use record stringid. -
USE_BUILTBY_RECORD_STRINGID
The Use builtby record stringid. -
USE_PLACEHOLDER_ID
The Use placeholder id. -
USE_FRAME_TYPE
The Use frame type. -
USE_SCRIPT_TAGS
The Use script tags. -
USE_FRAME_UID
The Use frame uid. -
USE_PLACEHOLDER_INFO1
The Use placeholder info 1. -
USE_PLACEHOLDER_INFO2
The Use placeholder info 2. -
USE_FRAME_INFO_ID
The Use frame info id. -
USE_ID
The Use id.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()Gets value.- Returns:
- the value
-
getConstantName
Gets constant name.- Returns:
- the constant name
-
getParameters
Get parameters parameter [ ].- Returns:
- the parameter [ ]
-