railo.runtime.component
Class MemberSupport
java.lang.Object
railo.runtime.component.MemberSupport
- All Implemented Interfaces:
- Serializable, Member, Duplicable
- Direct Known Subclasses:
- DataMember, Property, 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 |
Methods inherited from interface railo.runtime.component.Member |
getValue |
MemberSupport
public MemberSupport(int access)
- Constructor of the class
- Parameters:
access
- value
-
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
- See Also:
Member.getAccess()
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