public class IDREFS extends Object implements OdfDataType
| Constructor and Description |
|---|
IDREFS(List<IDREF> idRefList)
Construct IDREFS by the parsing the given IDREF list
|
| Modifier and Type | Method and Description |
|---|---|
List<IDREF> |
getIDREFList()
Returns a list of IDREF from the IDREFS Object
|
static boolean |
isValid(String stringValue)
check if the specified String instance is a valid IDREFS data type
|
String |
toString()
Returns a String Object representing this IDREFS's value
|
static IDREFS |
valueOf(String stringValue)
Returns an IDREFS instance representing the specified String value
|
public IDREFS(List<IDREF> idRefList) throws IllegalArgumentException
idRefList - The String to be parsed into IDREFSIllegalArgumentException - if the given argument is not a valid IDREFSpublic String toString()
public static IDREFS valueOf(String stringValue) throws IllegalArgumentException
stringValue - a String valueIllegalArgumentException - if the given argument is not a valid IDREFSpublic List<IDREF> getIDREFList()
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.