com.jscape.util.reflection.types
Class MemoField
java.lang.Object
com.jscape.util.reflection.FieldType
com.jscape.util.reflection.types.MemoField
public class MemoField
- extends FieldType
Memo field component.
Constructor Summary |
MemoField()
Creates new instance. |
MemoField(java.lang.String defaultValue)
Creates new instance with default value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
defaultValue
public final java.lang.String defaultValue
MemoField
public MemoField(java.lang.String defaultValue)
- Creates new instance with default value.
- Parameters:
defaultValue
- the default value
MemoField
public MemoField()
- Creates new instance.
getDefaultValue
public java.lang.String getDefaultValue()
- Returns field default value.
- Returns:
- the default value
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © JSCAPE LLC. 1999-2015. All Rights Reserved