ch.hsr.bieridee.config
Class NodeProperty.Barcode

java.lang.Object
  extended by ch.hsr.bieridee.config.NodeProperty.Barcode
Enclosing class:
NodeProperty

public static final class NodeProperty.Barcode
extends java.lang.Object

Barcode specific properties.


Field Summary
static java.lang.String CODE
           
static java.lang.String FORMAT
           
static java.lang.String TYPE
           
 
Constructor Summary
NodeProperty.Barcode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

CODE

public static final java.lang.String CODE
See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
See Also:
Constant Field Values
Constructor Detail

NodeProperty.Barcode

public NodeProperty.Barcode()