de.cau.cs.kieler.kiml.ui.preferences
Class OptionsTableProvider.DataEntry

java.lang.Object
  extended by de.cau.cs.kieler.kiml.ui.preferences.OptionsTableProvider.DataEntry
Enclosing class:
OptionsTableProvider

public static class OptionsTableProvider.DataEntry
extends Object

data type for row entries in the table.

Rating red

Constructor Summary
OptionsTableProvider.DataEntry(String thetypeName, String thetypeId, LayoutOptionData theoptionData, Object thevalue)
          Creates a data entry.
 
Method Summary
 String getAssociatedTypeId()
          Returns the associated type identifier.
 String getAssociatedTypeName()
          Returns the associated type name.
 LayoutOptionData getOptionData()
          Returns the option data.
 Object getValue()
          Returns the value.
 void setValue(Object thevalue)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsTableProvider.DataEntry

public OptionsTableProvider.DataEntry(String thetypeName,
                                      String thetypeId,
                                      LayoutOptionData theoptionData,
                                      Object thevalue)
Creates a data entry.

Parameters:
thetypeName - name of the associated diagram type or element type
thetypeId - identifier of the associated diagram type or element type
theoptionData - layout option data
thevalue - the current value
Method Detail

getAssociatedTypeName

public String getAssociatedTypeName()
Returns the associated type name.

Returns:
the associated type name

getAssociatedTypeId

public String getAssociatedTypeId()
Returns the associated type identifier.

Returns:
the associated type identifier

getOptionData

public LayoutOptionData getOptionData()
Returns the option data.

Returns:
the option data

getValue

public Object getValue()
Returns the value.

Returns:
the value

setValue

public void setValue(Object thevalue)
Sets the value.

Parameters:
thevalue - the new value