railo.runtime.component
Interface Property

All Superinterfaces:
Member, Serializable
All Known Implementing Classes:
PropertyImpl

public interface Property
extends Serializable, Member


Method Summary
 Class getClazz()
           
 String getDefault()
           
 String getDisplayname()
           
 Struct getDynamicAttributes()
           
 boolean getGetter()
           
 String getHint()
           
 Struct getMeta()
           
 Object getMetaData()
           
 String getName()
           
 String getOwnerName()
           
 boolean getSetter()
           
 String getType()
           
 boolean isPeristent()
           
 boolean isRequired()
           
 
Methods inherited from interface railo.runtime.component.Member
getAccess, getValue
 

Method Detail

getDefault

String getDefault()
Returns:
the _default

getDisplayname

String getDisplayname()
Returns:
the displayname

getHint

String getHint()
Returns:
the hint

getName

String getName()
Returns:
the name

isRequired

boolean isRequired()
Returns:
the required

getType

String getType()
Returns:
the type

getSetter

boolean getSetter()
Returns:
the setter

getGetter

boolean getGetter()
Returns:
the getter

getMetaData

Object getMetaData()

getMeta

Struct getMeta()

getClazz

Class getClazz()

isPeristent

boolean isPeristent()

getOwnerName

String getOwnerName()

getDynamicAttributes

Struct getDynamicAttributes()


Copyright © 2012 Railo