org.semanticweb.owl.model.helper
Class OWLBuilder.DataLiteralValueComponent
java.lang.Object
|
+--org.semanticweb.owl.model.helper.OWLBuilder.DataLiteralValueComponent
- All Implemented Interfaces:
- OWLBuilder.RestrictionComponent
- Enclosing class:
- OWLBuilder
- public static class OWLBuilder.DataLiteralValueComponent
- extends Object
- implements OWLBuilder.RestrictionComponent
Encapsulates the properties of a data literal value component.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLBuilder.DataLiteralValueComponent
public OWLBuilder.DataLiteralValueComponent(OWLDataValue dataLiteral)
- Creates a new
DataLiteralValueComponent instance
and sets its dataLiteral property.
- Parameters:
dataLiteral - a String representing
a data literal.
getDataLiteral
public OWLDataValue getDataLiteral()
- Gets the
dataLiteral property.
- Returns:
- the
dataLiteral property.
WonderWeb