railo.runtime.component
Interface Member

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ComponentMethod, UDF, UserDefinedFunction

public interface Member
extends java.io.Serializable


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

Method Detail

getAccess

public int getAccess()
return the access modifier of this member

Returns:
the access

getValue

public java.lang.Object getValue()
return the value itself

Returns:
value