Enum Class PropertiesEmitsChangedSignal.EmitChangeSignal
java.lang.Object
java.lang.Enum<PropertiesEmitsChangedSignal.EmitChangeSignal>
org.freedesktop.dbus.annotations.PropertiesEmitsChangedSignal.EmitChangeSignal
- All Implemented Interfaces:
Serializable, Comparable<PropertiesEmitsChangedSignal.EmitChangeSignal>, Constable
- Enclosing class:
PropertiesEmitsChangedSignal
public static enum PropertiesEmitsChangedSignal.EmitChangeSignal
extends Enum<PropertiesEmitsChangedSignal.EmitChangeSignal>
The different values which are supported for emitting a signal.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe property never changes value during the lifetime of the object it belongs to, and hence the signal is never emitted for it.It is not guaranteed to emit a signal if the property changes.The signal is emitted but the value is not included in the signal.The signal is emitted with the value included. -
Method Summary
-
Enum Constant Details
-
TRUE
The signal is emitted with the value included. -
INVALIDATES
The signal is emitted but the value is not included in the signal. -
CONST
The property never changes value during the lifetime of the object it belongs to, and hence the signal is never emitted for it. -
FALSE
It is not guaranteed to emit a signal if the property changes.
-
-
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
-
toString
- Overrides:
toStringin classEnum<PropertiesEmitsChangedSignal.EmitChangeSignal>
-