railo.runtime.component
Class MemberSupport

java.lang.Object
  extended by railo.runtime.component.MemberSupport
All Implemented Interfaces:
Serializable, Member, Duplicable
Direct Known Subclasses:
DataMember, PropertyImpl, SuperComponent, UDFImpl

public abstract class MemberSupport
extends Object
implements Serializable, Member, Duplicable

See Also:
Serialized Form

Constructor Summary
MemberSupport(int access)
          Constructor of the class
 
Method Summary
 int getAccess()
          return the access modifier of this member
 void setAccess(int access)
           
 void setAccess(String access)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.runtime.component.Member
getValue
 
Methods inherited from interface railo.runtime.type.Duplicable
duplicate
 

Constructor Detail

MemberSupport

public MemberSupport(int access)
Constructor of the class

Parameters:
access -
value -
Method Detail

getAccess

public int getAccess()
Description copied from interface: Member
return the access modifier of this member

Specified by:
getAccess in interface Member
Returns:
the access

setAccess

public void setAccess(int access)
Parameters:
access -

setAccess

public void setAccess(String access)
               throws ExpressionException
Parameters:
access - the access to set
Throws:
ExpressionException


Copyright © 2012 Railo