hades.models.mcs4
Class i4002ChipTypePropertyEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byhades.models.mcs4.i4002ChipTypePropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class i4002ChipTypePropertyEditor
extends java.beans.PropertyEditorSupport

Konstanten f?r die Chip-Typen des 4002.


Field Summary
static java.lang.String TYPE1
          Kennzeichnung als 4002-1.
static java.lang.String TYPE2
          Kennzeichnung als 4002-2.
 
Constructor Summary
i4002ChipTypePropertyEditor()
           
 
Method Summary
 java.lang.String[] getTags()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE1

public static final java.lang.String TYPE1
Kennzeichnung als 4002-1.

See Also:
Constant Field Values

TYPE2

public static final java.lang.String TYPE2
Kennzeichnung als 4002-2.

See Also:
Constant Field Values
Constructor Detail

i4002ChipTypePropertyEditor

public i4002ChipTypePropertyEditor()
Method Detail

getTags

public java.lang.String[] getTags()