|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.att.gs.codip.ograph.OGBaseOntology | +--com.att.gs.codip.ograph.XSD
An implementaiton of the OGOntology Interface that provides static instances of the XML Schema Data types.
Field Summary | |
static OGOntology |
Ontology
Common XSD data types are predefined. |
static OGDatatype |
xsd_decimal
|
static OGDatatype |
xsd_double
|
static OGDatatype |
xsd_integer
|
static OGDatatype |
xsd_long
|
static java.lang.String |
XSD_NS
The Namespace of the XMLSchema Datatype specificaiton. |
static OGDatatype |
xsd_real
|
static OGDatatype |
xsd_string
|
static java.lang.String |
XSD_URI
|
static java.lang.String |
XSD_URI_2000
The URI of the XMLSchema Datatype specificaiton. |
Fields inherited from class com.att.gs.codip.ograph.OGBaseOntology |
myImpl |
Constructor Summary | |
XSD(OGOntology anOntoImpl)
Creates an instance using the passed in OGOntology. |
Method Summary | |
void |
initialize()
Creates the static classes. |
OGResource |
lookupResource(java.lang.Object theID)
Magic lookup Resoruce that will create datatype if does not exist in XSD ontologiy. |
void |
morph(java.lang.String URI)
XSD ID can not be morphed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.att.gs.codip.ograph.OGResource |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getPropInstance, getPropInstances, getPropInstances, getURI, lookupPropInstance, propInstances, propInstances, removePropInstance, removeType, setComment, setLabel, types |
Methods inherited from interface com.att.gs.codip.resource.LogicalResource |
getType, isLiteralType, isType, setType |
Field Detail |
public static final java.lang.String XSD_URI_2000
public static final java.lang.String XSD_URI
public static final java.lang.String XSD_NS
public static OGOntology Ontology
public static OGDatatype xsd_string
public static OGDatatype xsd_double
public static OGDatatype xsd_long
public static OGDatatype xsd_real
public static OGDatatype xsd_integer
public static OGDatatype xsd_decimal
Constructor Detail |
public XSD(OGOntology anOntoImpl)
Method Detail |
public void initialize()
public void morph(java.lang.String URI)
morph
in interface OGOntology
morph
in class OGBaseOntology
public OGResource lookupResource(java.lang.Object theID)
lookupResource
in interface OGOntology
lookupResource
in class OGBaseOntology
theID
- The ID of the sought resource.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |