org.openrdf.concepts.awol
Interface PlainText
- All Superinterfaces:
- Content, Entity, Representation, Resource, TextContent, WebarchResource
public interface PlainText
- extends TextContent
see §3.1.1.1 of rfc 4287. The datatype of simple text elements. Essentially this is the class of all plain text literals.
| Methods inherited from interface org.openrdf.concepts.rdfs.Resource |
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues |
getAwolTexts
Set<String> getAwolTexts()
- see §3.1.1.1 of rfc 4287. The datatype of xhtml text elements
setAwolTexts
void setAwolTexts(Set<String> value)
- see §3.1.1.1 of rfc 4287. The datatype of xhtml text elements
Copyright © 2004-2007. All Rights Reserved.