Uses of Class
omix.plugin.data.DataMatrixInterface.Representation
Package | Description |
---|---|
omix.plugin.data |
-
Uses of DataMatrixInterface.Representation in omix.plugin.data
Methods in omix.plugin.data that return DataMatrixInterface.Representation Modifier and Type Method Description DataMatrixInterface.Representation
DataMatrixInterface. getDefaultRepresentation()
static DataMatrixInterface.Representation
DataMatrixInterface.Representation. resolve(int value)
static DataMatrixInterface.Representation
DataMatrixInterface.Representation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataMatrixInterface.Representation[]
DataMatrixInterface.Representation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.plugin.data with parameters of type DataMatrixInterface.Representation Constructor Description Representations(DataMatrixInterface.Representation... representations)