com.gridsystems.nextgrid.api.pom.ref
Class StringReference

java.lang.Object
  extended by com.gridsystems.nextgrid.api.pom.ref.ReferenceSupport<E>
      extended by com.gridsystems.nextgrid.api.pom.ref.ScalarReference<java.lang.String>
          extended by com.gridsystems.nextgrid.api.pom.ref.StringReference
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, nextgrid.api.pom.Reference<java.lang.String>

public class StringReference
extends ScalarReference<java.lang.String>

StringReference type.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.gridsystems.nextgrid.api.pom.ref.ReferenceSupport
LOG
 
Constructor Summary
StringReference()
          Creates a new instance.
StringReference(java.lang.String value)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class com.gridsystems.nextgrid.api.pom.ref.ScalarReference
canCastFrom, canCastTo, castTo, getValue, getValueType, setValue
 
Methods inherited from class com.gridsystems.nextgrid.api.pom.ref.ReferenceSupport
addReader, addWriter, clearLinks, copy, dispose, getReaders, getWriters, isAvailable, readLock, removeReader, removeWriter, reset, setAvailable, waitAvailable, writeLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringReference

public StringReference()
Creates a new instance.


StringReference

public StringReference(java.lang.String value)
Creates a new instance.

Parameters:
value - The initial value


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.