org.odftoolkit.odfdom.dom.type
Class OdfStyleName

java.lang.Object
  extended by org.odftoolkit.odfdom.dom.type.OdfStyleName

public class OdfStyleName
extends Object

DOM implementation of OpenDocument data type 'styleName'


Constructor Summary
OdfStyleName(String styleName)
          Construct OdfStyleName by the parsing the given string
 
Method Summary
 String toString()
          Returns a String Object representing this OdfStyleName's value
static String valueOf(String stringValue)
          Returns a String Object of OdfStyleName which is represented by the specified String value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdfStyleName

public OdfStyleName(String styleName)
Construct OdfStyleName by the parsing the given string

Parameters:
styleName - The String to be parsed into OdfStyleName
Method Detail

toString

public String toString()
Returns a String Object representing this OdfStyleName's value

Overrides:
toString in class Object
Returns:
return a string representation of the value of this OdfStyleName object

valueOf

public static String valueOf(String stringValue)
Returns a String Object of OdfStyleName which is represented by the specified String value

Parameters:
stringValue - a String value which can construct an OdfStyleName
Returns:
a String representation of an OdfStyleName instance constructed by stringValue


Copyright © 2009. All Rights Reserved.