public class KiWiStringLiteral extends KiWiLiteral
Constructor and Description |
---|
KiWiStringLiteral() |
KiWiStringLiteral(Date created) |
KiWiStringLiteral(String content) |
KiWiStringLiteral(String content,
Date created) |
KiWiStringLiteral(String content,
Locale language,
KiWiUriResource type) |
KiWiStringLiteral(String content,
Locale language,
KiWiUriResource type,
Date created) |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Return the content of the literal, using the parametrized Java type
|
void |
setContent(String content)
Set the content of the literal to the content provided as parameter.
|
booleanValue, byteValue, calendarValue, decimalValue, doubleValue, equals, floatValue, getDatatype, getLabel, getLanguage, getLocale, getType, hashCode, integerValue, intValue, isAnonymousResource, isLiteral, isUriResource, longValue, setLocale, setType, shortValue, stringValue, toString
getCreated, getId, setCreated, setId
protected String content
public KiWiStringLiteral()
public KiWiStringLiteral(Date created)
public KiWiStringLiteral(String content)
public KiWiStringLiteral(String content, Locale language, KiWiUriResource type)
public KiWiStringLiteral(String content, Locale language, KiWiUriResource type, Date created)
public String getContent()
getContent
in class KiWiLiteral
public void setContent(String content)
setContent
in class KiWiLiteral
content
- Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.