|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.TextsImpl
public class TextsImpl
| Field Summary | |
|---|---|
protected String |
defaultLanguage
|
protected Text[] |
text
|
| Constructor Summary | |
|---|---|
TextsImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.TextsImpl instance. |
|
TextsImpl(TextsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.TextsImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TextsImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyText(Text[] source)
Copies all values of property Text. |
String |
getDefaultLanguage()
Gets the value of the defaultLanguage property. |
Text[] |
getText()
|
Text |
getText(int idx)
|
int |
getTextLength()
|
void |
setDefaultLanguage(String value)
Sets the value of the defaultLanguage property. |
Text |
setText(int idx,
Text value)
|
void |
setText(Text[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Text[] text
protected String defaultLanguage
| Constructor Detail |
|---|
public TextsImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.TextsImpl instance.
public TextsImpl(TextsImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.impl.TextsImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Text[] getText()
getText in interface TextsTextpublic Text getText(int idx)
getText in interface TextsTextpublic int getTextLength()
getTextLength in interface Textspublic void setText(Text[] values)
setText in interface Textsvalues - allowed objects are
Text
public Text setText(int idx,
Text value)
setText in interface Textsvalue - allowed object is
Textpublic String getDefaultLanguage()
Texts
getDefaultLanguage in interface TextsStringpublic void setDefaultLanguage(String value)
Texts
setDefaultLanguage in interface Textsvalue - allowed object is
Stringprotected void copyText(Text[] source)
Text.
source - The source to copy from.
NullPointerException - if source is null.public TextsImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||