com.att.gs.codip.resource.rgraph
Class RGLiteral

java.lang.Object
  |
  +--com.att.gs.codip.resource.AbstractResource
        |
        +--com.att.gs.codip.resource.rgraph.RGNode
              |
              +--com.att.gs.codip.resource.rgraph.RGLiteral
All Implemented Interfaces:
LogicalResource

public class RGLiteral
extends RGNode


Field Summary
 
Fields inherited from class com.att.gs.codip.resource.AbstractResource
delineatedType, isSingleTyped
 
Constructor Summary
protected RGLiteral(RGraph aGraph)
           
  RGLiteral(java.lang.String theID, RGraph aGraph)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String theValue)
           
 
Methods inherited from class com.att.gs.codip.resource.rgraph.RGNode
addNewProperty, addProperty, addType, containsProperty, containsType, getComment, getContainingGraph, getLabel, getProperties, getProperties, getProperty, isType, lookupProperty, morphID, properties, properties, removeProperty, removeType, resourceInitialization, setComment, setLabel, 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.resource.LogicalResource
getID, getLocalName, getNamespace, getType, getURI, isLiteralType, isType, setType
 

Constructor Detail

RGLiteral

protected RGLiteral(RGraph aGraph)

RGLiteral

public RGLiteral(java.lang.String theID,
                 RGraph aGraph)
Method Detail

setValue

public void setValue(java.lang.String theValue)

getValue

public java.lang.String getValue()


CODIP AT&T Government Solutions, Inc.