public class ElkLiteralImpl extends ElkObjectImpl implements ElkLiteral
ElkLiteral.Factory| Modifier and Type | Field and Description |
|---|---|
protected ElkDatatype |
datatype |
protected String |
lexicalForm |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(ElkAnnotationValueVisitor<O> visitor) |
<O> O |
accept(ElkLiteralVisitor<O> visitor) |
<O> O |
accept(ElkObjectVisitor<O> visitor) |
ElkDatatype |
getDatatype() |
String |
getLexicalForm() |
equals, hashCode, toStringprotected final String lexicalForm
protected final ElkDatatype datatype
public String getLexicalForm()
getLexicalForm in interface ElkLiteralpublic ElkDatatype getDatatype()
getDatatype in interface ElkLiteralpublic <O> O accept(ElkLiteralVisitor<O> visitor)
accept in interface ElkLiteralpublic <O> O accept(ElkObjectVisitor<O> visitor)
public <O> O accept(ElkAnnotationValueVisitor<O> visitor)
accept in interface ElkAnnotationValueCopyright © 2011–2024 Live Ontologies Project. All rights reserved.