java.lang.Object
java.lang.Enum<DataMatrixInterface.DeletableFlag>
omix.plugin.data.DataMatrixInterface.DeletableFlag
- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,QtFlagEnumerator
,Serializable
,Comparable<DataMatrixInterface.DeletableFlag>
,Constable
- Enclosing interface:
- DataMatrixInterface
public static enum DataMatrixInterface.DeletableFlag extends Enum<DataMatrixInterface.DeletableFlag> implements QtFlagEnumerator
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description DeletableCell
DeletableColumn
DeletableRow
Undeletable
-
Method Summary
Modifier and Type Method Description DataMatrixInterface.DeletableFlags
asFlags()
static DataMatrixInterface.DeletableFlag
resolve(int value)
int
value()
static DataMatrixInterface.DeletableFlag
valueOf(String name)
Returns the enum constant of this type with the specified name.static DataMatrixInterface.DeletableFlag[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
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
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()- Specified by:
value
in interfaceQtEnumerator
- Specified by:
value
in interfaceQtFlagEnumerator
-
resolve
-
asFlags
- Specified by:
asFlags
in interfaceQtFlagEnumerator
-