org.odftoolkit.odfdom.dom.type
Class OdfIdRefs

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

public class OdfIdRefs
extends Object

DOM implementation of OpenDocument data type 'idRefs'


Constructor Summary
OdfIdRefs(List<OdfId> idRefList)
          Construct OdfIdRefs by the parsing the given OdfId list
 
Method Summary
 String toString()
          Returns a String Object representing this OdfIdRefs's value
static OdfIdRefs valueOf(String stringValue)
          Returns an OdfIdRefs instance representing the specified String value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdfIdRefs

public OdfIdRefs(List<OdfId> idRefList)
Construct OdfIdRefs by the parsing the given OdfId list

Parameters:
idRefList - The String to be parsed into OdfIdRefs
Method Detail

toString

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

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

valueOf

public static OdfIdRefs valueOf(String stringValue)
Returns an OdfIdRefs instance representing the specified String value

Parameters:
stringValue - a String value
Returns:
return an OdfIdRefs instance representing stringValue


Copyright © 2009. All Rights Reserved.