edu.unika.aifb.daml
Class DAMLLiteralImpl
edu.unika.aifb.daml.DAMLResourceImpl
|
+--edu.unika.aifb.daml.DAMLLiteralImpl
- public class DAMLLiteralImpl
- extends DAMLResourceImpl
- implements DAMLLiteral
Method Summary |
String | getValue() Getter method for this literal's value as a java String. |
void | removeValue() |
void | setValue(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 |
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.