org.dbe.studio.tools.ontologyviewer.metamodels.odm
Class OdmDataValue
java.lang.Object
org.dbe.studio.tools.ontologyviewer.metamodels.odm.OdmDataValue
- public class OdmDataValue
- extends java.lang.Object
Data values are instances of the RDF Schema class rdfs:Literal. Literals
can be either plain (no datatype) or typed. Datatypes are instances of the
class rdfs:Datatype. In RDF/XML, the type of a literal is specified by an
rdf:datatype attribute.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
java.lang.String value
type
OdmDataType type
OdmDataValue
public OdmDataValue(java.lang.String v)
OdmDataValue
public OdmDataValue(java.lang.String v,
OdmDataType t)
isPlain
public boolean isPlain()
getValue
public java.lang.String getValue()
getType
public OdmDataType getType()
Copyright © 2004-2005 Digital Business Ecosystem. All Rights Reserved.