Package org.hl7.fhir.r4.utils.formats
Class Turtle.TTLLiteral
- java.lang.Object
-
- org.hl7.fhir.r4.utils.formats.Turtle.TTLObject
-
- org.hl7.fhir.r4.utils.formats.Turtle.TTLLiteral
-
- Enclosing class:
- Turtle
public class Turtle.TTLLiteral extends Turtle.TTLObject
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4.utils.formats.Turtle.TTLObject
col, line
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTTLLiteral(int line, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringgetValue()booleanhasValue(String value)-
Methods inherited from class org.hl7.fhir.r4.utils.formats.Turtle.TTLObject
getCol, getLine
-
-
-
-
Constructor Detail
-
TTLLiteral
protected TTLLiteral(int line, int col)
-
-