com.att.gs.codip.ograph.imp
Class OGLiteralImp

java.lang.Object
  |
  +--com.att.gs.codip.resource.AbstractResource
        |
        +--com.att.gs.codip.ograph.imp.OGResourceImp
              |
              +--com.att.gs.codip.ograph.imp.OGLiteralImp
All Implemented Interfaces:
LogicalResource, OGLiteral, OGResource

public class OGLiteralImp
extends OGResourceImp
implements OGLiteral


Field Summary
 
Fields inherited from class com.att.gs.codip.ograph.imp.OGResourceImp
EMPTY_MAP
 
Fields inherited from class com.att.gs.codip.resource.AbstractResource
delineatedType, isSingleTyped
 
Constructor Summary
protected OGLiteralImp(OGOntology anOntology)
           
  OGLiteralImp(java.lang.String theID, OGOntology anOntology)
           
 
Method Summary
 java.lang.String getValue()
          Getter method for this literal's value as a java String.
 void setValue(java.lang.String theValue)
          Setter method for this literal's value as a java String.
 
Methods inherited from class com.att.gs.codip.ograph.imp.OGResourceImp
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, copyRDF, getComment, getLabel, getOntology, getPropInstance, getPropInstances, getPropInstances, isType, lookupPropInstance, morphID, propInstances, propInstances, removePropInstance, removeType, resourceInitialization, setComment, setLabel, setType, toString, types
 
Methods inherited from class com.att.gs.codip.resource.AbstractResource
equals, getID, getLocalName, getNamespace, getType, getURI, isLiteralType, isType, resourceInitialization, setID, setLocalName, setNamespace, setType, setURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, 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
 

Constructor Detail

OGLiteralImp

protected OGLiteralImp(OGOntology anOntology)

OGLiteralImp

public OGLiteralImp(java.lang.String theID,
                    OGOntology anOntology)
Method Detail

setValue

public void setValue(java.lang.String theValue)
Description copied from interface: OGLiteral
Setter method for this literal's value as a java String.

Specified by:
setValue in interface OGLiteral
Parameters:
theValue - The string value of this literal.

getValue

public java.lang.String getValue()
Description copied from interface: OGLiteral
Getter method for this literal's value as a java String.

Specified by:
getValue in interface OGLiteral


CODIP AT&T Government Solutions, Inc.