hades.models.mcs4
Class i4001PortTypePropertyEditor

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

public class i4001PortTypePropertyEditor
extends java.beans.PropertyEditorSupport

Konstanten f?r die I/O-Ports des 4001.


Field Summary
static java.lang.String IN
          Kennzeichnung als Input-Port.
static java.lang.String OUT
          Kennzeichnung als Output-Port.
 
Constructor Summary
i4001PortTypePropertyEditor()
           
 
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

OUT

public static final java.lang.String OUT
Kennzeichnung als Output-Port.

See Also:
Constant Field Values

IN

public static final java.lang.String IN
Kennzeichnung als Input-Port.

See Also:
Constant Field Values
Constructor Detail

i4001PortTypePropertyEditor

public i4001PortTypePropertyEditor()
Method Detail

getTags

public java.lang.String[] getTags()