edu.wisc.trace.urcsdk.client.resources
Class ResourceContent

java.lang.Object
  extended by edu.wisc.trace.urcsdk.client.resources.ResourceContent

public class ResourceContent
extends java.lang.Object

ResourceContent provides a way to extract information about the literal value of a resource on a finer level.

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center Created on: Sep 10, 2004

Constructor Summary
ResourceContent(AResourceDescription parent, org.w3c.dom.Element element)
          Creates a new ResourceContent instance.
 
Method Summary
 java.lang.String getValue()
          Returns the value of this ResourceContent.
 java.lang.String getValue(ClientSession session)
           
 java.lang.String toString()
          Returns the String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceContent

public ResourceContent(AResourceDescription parent,
                       org.w3c.dom.Element element)
Creates a new ResourceContent instance.

Parameters:
parent - a AResourceDescription value
element -
Method Detail

getValue

public java.lang.String getValue()
Returns the value of this ResourceContent.

Returns:
a String value

getValue

public java.lang.String getValue(ClientSession session)

toString

public java.lang.String toString()
Returns the String representation of this object.

Overrides:
toString in class java.lang.Object


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.