railo.runtime.component
Interface Member

All Superinterfaces:
Serializable
All Known Subinterfaces:
ComponentMethod, Property, UDF, UDFPlus, UserDefinedFunction
All Known Implementing Classes:
Closure, DataMember, MemberSupport, PropertyImpl, SuperComponent, TOUDF, UDFAddProperty, UDFGetterProperty, UDFGSProperty, UDFHasProperty, UDFImpl, UDFRemoveProperty, UDFSetterProperty

public interface Member
extends Serializable


Method Summary
 int getAccess()
          return the access modifier of this member
 Object getValue()
          return the value itself
 

Method Detail

getAccess

int getAccess()
return the access modifier of this member

Returns:
the access

getValue

Object getValue()
return the value itself

Returns:
value


Copyright © 2012 Railo