railo.runtime.component
Class DataMember

java.lang.Object
  extended by railo.runtime.component.MemberSupport
      extended by railo.runtime.component.DataMember
All Implemented Interfaces:
Serializable, Member, Duplicable

public final class DataMember
extends MemberSupport

See Also:
Serialized Form

Constructor Summary
DataMember(int access, Object value)
           
 
Method Summary
 Object duplicate(boolean deepCopy)
           
 Object getValue()
          return the value itself
 
Methods inherited from class railo.runtime.component.MemberSupport
getAccess, setAccess, setAccess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMember

public DataMember(int access,
                  Object value)
Method Detail

getValue

public Object getValue()
Description copied from interface: Member
return the value itself

Returns:
value

duplicate

public Object duplicate(boolean deepCopy)


Copyright © 2012 Railo