org.odftoolkit.odfdom.dom.type
Class OdfStyleNames

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

public class OdfStyleNames
extends Object


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

OdfStyleNames

public OdfStyleNames(List<OdfStyleName> styleNames)
Construct OdfStyleNames by the parsing the given OdfStyleName list

Parameters:
styleNames - The String to be parsed into OdfStyleNames
Method Detail

toString

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

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

valueOf

public static List<String> valueOf(String stringValue)
Returns a String List of OdfStyleNames which is represented by the specified String value

Parameters:
stringValue - a String value which can construct an OdfStyleNames instance
Returns:
return a String List of an OdfStyleNames instance constructed by stringValue


Copyright © 2009. All Rights Reserved.