@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public class RuntimeText extends Text implements RuntimeModelObject
Text
.
Constructor and Description |
---|
RuntimeText()
Creates a new
RuntimeText instance. |
RuntimeText(Text text)
Creates a new
RuntimeText instance by deeply copying a given Text instance. |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears shared runtime state.
|
void |
gc()
Handles shared runtime state.
|
clone, getLanguage, getType, getValue, setLanguage, setType, setValue
public RuntimeText(Text text)
RuntimeText
instance by deeply copying a given Text
instance.text
- The instance to copy.NullPointerException
- if text
is null
.@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public RuntimeText()
RuntimeText
instance.public void gc()
RuntimeModelObject
gc
in interface RuntimeModelObject
public void clear()
RuntimeModelObject
clear
in interface RuntimeModelObject
Copyright © 2005-2012 The JOMC Project. All Rights Reserved.