@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") 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, getJavadocComment, getLanguage, getMimeType, 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.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public RuntimeText()
RuntimeText
instance.public void gc()
RuntimeModelObject
gc
in interface RuntimeModelObject
public void clear()
RuntimeModelObject
clear
in interface RuntimeModelObject
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.