org.indi.objects
Class Text
java.lang.Object
org.indi.objects.Object<Object>
org.indi.objects.Element
org.indi.objects.Text
- All Implemented Interfaces:
- java.io.Serializable
public class Text
- extends Element
a indi object representing a singe text
- Author:
- Dirk Hünniger
- See Also:
- Serialized Form
Constructor Summary |
Text(java.lang.String name,
java.lang.String value)
class constructor |
Text(java.lang.String name,
java.lang.String label,
java.lang.String value)
class constructor |
Method Summary |
protected java.lang.String |
getType()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Text
public Text(java.lang.String name,
java.lang.String label,
java.lang.String value)
- class constructor
- Parameters:
name
- the name of the Textlabel
- the label of the Text (to be used for display in the GUI)value
- the value of the Text
Text
public Text(java.lang.String name,
java.lang.String value)
- class constructor
- Parameters:
name
- the name of the Textvalue
- the value of the Text
getType
protected java.lang.String getType()
- Specified by:
getType
in class Element
- Returns:
- the type of the indi element
Copyright © 2008. All Rights Reserved.