org.odftoolkit.odfdom.type
public class StyleNameRefs extends Object implements OdfDataType
Constructor and Description |
---|
StyleNameRefs(List<StyleName> styleNames)
Construct StyleNameRefs by the parsing the given StyleName list
|
Modifier and Type | Method and Description |
---|---|
List<StyleName> |
getStyleNameRefList()
Returns a list of StyleNameRef from the StyleNameRefs Object
|
static boolean |
isValid(String stringValue)
check if the specified String instance is a valid styleNameRefs data type
|
String |
toString()
Returns a String Object representing this StyleNameRefs's value
|
static StyleNameRefs |
valueOf(String stringValue)
Returns a StyleNameRefs instance representing the specified String value
|
public StyleNameRefs(List<StyleName> styleNames) throws IllegalArgumentException
styleNames
- The String to be parsed into StyleNameRefsIllegalArgumentException
- if the given argument is not a valid StyleNameRefspublic String toString()
public static StyleNameRefs valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid StyleNameRefspublic List<StyleName> getStyleNameRefList()
public static boolean isValid(String stringValue)
stringValue
- the value to be testedCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.