Enum MethodTypes
- All Implemented Interfaces:
Serializable
,Comparable<MethodTypes>
,java.lang.constant.Constable
Deprecated.
Enum representing method types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MethodTypes
(int v, String k, String id, boolean dt) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.tabId()
Deprecated.int
value()
Deprecated.static MethodTypes
Deprecated.Returns the enum constant of this type with the specified name.static MethodTypes[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALL
Deprecated. -
STATIC
Deprecated. -
INSTANCE
Deprecated. -
ABSTRACT
Deprecated. -
CONCRETE
Deprecated. -
DEFAULT
Deprecated. -
DEPRECATED
Deprecated.
-
-
Field Details
-
value
private final int valueDeprecated. -
resourceKey
Deprecated. -
tabId
Deprecated. -
isDefaultTab
private final boolean isDefaultTabDeprecated.
-
-
Constructor Details
-
MethodTypes
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
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
-
value
public int value()Deprecated. -
resourceKey
Deprecated. -
tabId
Deprecated. -
isDefaultTab
public boolean isDefaultTab()Deprecated.
-