org.odftoolkit.odfdom.dom.type
Class OdfStyleNameRef

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

public class OdfStyleNameRef
extends Object

DOM implementation of OpenDocument data type 'styleNameRef'


Constructor Summary
OdfStyleNameRef(String styleName)
          Construct OdfStyleNameRef by the parsing the given string
 
Method Summary
 String toString()
          Returns a String Object representing this OdfStyleNameRef's value
static String valueOf(String stringValue)
          Returns a String Object of OdfStyleNameRef 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

OdfStyleNameRef

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

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

toString

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

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

valueOf

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

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


Copyright © 2009. All Rights Reserved.