Package org.freedesktop.wayland.shared
Enum Class WlDataOfferError
- All Implemented Interfaces:
Serializable
,Comparable<WlDataOfferError>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionaction argument has an invalid valueaction mask contains invalid valuesfinish request was called untimelyoffer doesn't accept this request -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
static WlDataOfferError
of
(int i) static WlDataOfferError
Returns the enum constant of this class with the specified name.static WlDataOfferError[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INVALID_FINISH
finish request was called untimely -
INVALID_ACTION_MASK
action mask contains invalid values -
INVALID_ACTION
action argument has an invalid value -
INVALID_OFFER
offer doesn't accept this request
-
-
Field Details
-
value
public final int value
-
-
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() -
of
-