edu.unika.aifb.daml
Class DAMLLiteralImpl

edu.unika.aifb.daml.DAMLResourceImpl
  |
  +--edu.unika.aifb.daml.DAMLLiteralImpl

public class DAMLLiteralImpl
extends DAMLResourceImpl
implements DAMLLiteral


Fields inherited from class edu.unika.aifb.daml.DAMLResourceImpl
_m, _o, _this, isCore

Method Summary
 StringgetValue()
          Getter method for this literal's value as a java String.
 voidremoveValue()
           
 voidsetValue(String theValue)
          Setter method for this literal's value as a java String.

Methods inherited from class edu.unika.aifb.daml.DAMLResourceImpl
addProperty, containsProperty, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getProperties, getProperties, getProperty, getRDFResource, getType, getURI, lookupProperty, properties, properties, removeComment, removeProperty, setComment, setLabel, setType

Method Detail

getValue

public String getValue()
Getter method for this literal's value as a java String.
returns The string value of this literal.

removeValue

public void removeValue()

setValue

public void setValue(String theValue)
Setter method for this literal's value as a java String.
Parameters:
theValue - The string value of this literal.