public final class StringInlineCM extends Object implements InlineCM
| Constructor and Description |
|---|
StringInlineCM(char[] chars) |
StringInlineCM(String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
String |
name()
Name of this object (the name of the xml element)
|
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
String |
toString() |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes, compare, nestedComparepublic StringInlineCM(String string)
public StringInlineCM(char[] chars)
public String name()
Name of this object (the name of the xml element)
public void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Externalizablewriter - the stream to write the object toIOExceptionpublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizablereader - the stream to read data from in order to restore the objectpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.