Interface Textvariable
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TextvariableImpl
The interface Textvariable.
-
Method Summary
Modifier and TypeMethodDescriptionGets basetype.Gets content.Gets default value.Gets delete end punctuation.Gets emperor date.Gets formatter.Gets include extension.Gets include path.getName()Gets name.getScope()Gets scope.intGets styleuid.Gets text after.Gets text before.getType()Gets type.intgetUid()Gets uid.getUse()Gets use.voidsetBasetype(String basetype) Sets basetype.voidsetContent(String content) Sets content.voidsetDefaultValue(String defaultValue) Sets default value.voidsetDeleteEndPunctuation(String deleteEndPunctuation) Sets delete end punctuation.voidsetEmperorDate(String emperorDate) Sets emperor date.voidsetFormatter(String formatter) Sets formatter.voidsetIncludeExtension(String includeExtension) Sets include extension.voidsetIncludePath(String includePath) Sets include path.voidSets name.voidSets scope.voidsetStyleuid(int styleuid) Sets styleuid.voidsetTextAfter(String textAfter) Sets text after.voidsetTextBefore(String textBefore) Sets text before.voidSets type.voidsetUid(int uid) Sets uid.voidSets use.
-
Method Details
-
getUid
int getUid()Gets uid.- Returns:
- the uid
-
setUid
void setUid(int uid) Sets uid.- Parameters:
uid- the uid to set
-
getName
String getName()Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name to set
-
getType
String getType()Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type to set
-
getStyleuid
int getStyleuid()Gets styleuid.- Returns:
- the styleuid
-
setStyleuid
void setStyleuid(int styleuid) Sets styleuid.- Parameters:
styleuid- the styleuid to set
-
getContent
String getContent()Gets content.- Returns:
- the content
-
setContent
Sets content.- Parameters:
content- the content to set
-
getTextBefore
String getTextBefore()Gets text before.- Returns:
- the textBefore
-
setTextBefore
Sets text before.- Parameters:
textBefore- the textBefore to set
-
getTextAfter
String getTextAfter()Gets text after.- Returns:
- the textAfter
-
setTextAfter
Sets text after.- Parameters:
textAfter- the textAfter to set
-
getScope
String getScope()Gets scope.- Returns:
- the scope
-
setScope
Sets scope.- Parameters:
scope- the scope to set
-
getUse
String getUse()Gets use.- Returns:
- the use
-
setUse
Sets use.- Parameters:
use- the use to set
-
getDeleteEndPunctuation
String getDeleteEndPunctuation()Gets delete end punctuation.- Returns:
- the deleteEndPunctuation
-
setDeleteEndPunctuation
Sets delete end punctuation.- Parameters:
deleteEndPunctuation- the deleteEndPunctuation to set
-
getIncludeExtension
String getIncludeExtension()Gets include extension.- Returns:
- the includeExtension
-
setIncludeExtension
Sets include extension.- Parameters:
includeExtension- the includeExtension to set
-
getIncludePath
String getIncludePath()Gets include path.- Returns:
- the includePath
-
setIncludePath
Sets include path.- Parameters:
includePath- the includePath to set
-
getEmperorDate
String getEmperorDate()Gets emperor date.- Returns:
- the emperorDate
-
setEmperorDate
Sets emperor date.- Parameters:
emperorDate- the emperorDate to set
-
getBasetype
String getBasetype()Gets basetype.- Returns:
- the basetype
-
setBasetype
Sets basetype.- Parameters:
basetype- the basetype to set
-
getFormatter
String getFormatter()Gets formatter.- Returns:
- the formatter
-
setFormatter
Sets formatter.- Parameters:
formatter- the formatter to set
-
getDefaultValue
String getDefaultValue()Gets default value.- Returns:
- the defaultValue
-
setDefaultValue
Sets default value.- Parameters:
defaultValue- the defaultValue to set
-