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