Class Description
java.lang.Object
com.independentsoft.office.diagrams.Description
The Class Description.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the language.getValue()Gets the value.voidsetLanguage(String language)Sets the language.voidSets the value.toString()
-
Constructor Details
-
Description
public Description()Instantiates a new description.
-
-
Method Details
-
clone
-
toString
-
getLanguage
Gets the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the new language
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
val- the new value
-