public final enum

PropertyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.PropertyType

Class Overview

PropertyType is the enumerative class representing the Property types.

Summary

Enum Values
PropertyType  BOOLEAN_PROPERTY   
PropertyType  CHARACTER_PROPERTY   
PropertyType  ENUM_PROPERTY   
PropertyType  INVALID_PROPERTY   
PropertyType  MULTICHOICE_PROPERTY   
PropertyType  NUMERIC_PROPERTY   
PropertyType  TEXT_PROPERTY   
Public Methods
static PropertyType valueOf(String name)
final static PropertyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PropertyType BOOLEAN_PROPERTY

Added in revision 27

public static final PropertyType CHARACTER_PROPERTY

Added in revision 27

public static final PropertyType ENUM_PROPERTY

Added in revision 27

public static final PropertyType INVALID_PROPERTY

Added in revision 27

public static final PropertyType MULTICHOICE_PROPERTY

Added in revision 35

public static final PropertyType NUMERIC_PROPERTY

Added in revision 27

public static final PropertyType TEXT_PROPERTY

Added in revision 27

Public Methods

public static PropertyType valueOf (String name)

Added in revision 27

public static final PropertyType[] values ()

Added in revision 27