com.att.gs.codip.ograph
Interface OGLiteral

All Superinterfaces:
LogicalResource, OGResource
All Known Implementing Classes:
OGLiteralImp

public interface OGLiteral
extends OGResource

Provides instnaces of Literals. The value of the literal is stored as a lang.java.String.


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 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
 

Method Detail

setValue

public void setValue(java.lang.String theValue)
Setter method for this literal's value as a java String.

Parameters:
theValue - The string value of this literal.

getValue

public java.lang.String getValue()
Getter method for this literal's value as a java String.



CODIP AT&T Government Solutions, Inc.