railo.runtime.ext.tag
Interface TagMetaDataAttr

All Known Implementing Classes:
TagMetaDataAttrImpl

public interface TagMetaDataAttr


Method Summary
 String getDefaultVaue()
          return the default value for this attribute or null if no default value is defined
 String getDescription()
          A description of the attribute.
 Collection.Key getName()
          The unique name of the attribute being declared
 String getType()
          The runtime type of the attribute's value For example:String,Number,Boolean,Object,...
 boolean isRequired()
          Whether the attribute is required.
 boolean isRuntimeExpressionValue()
          Whether the attribute's value can be dynamically calculated at runtime.
 

Method Detail

getDescription

String getDescription()
A description of the attribute.

Returns:
the description of the attribute

getType

String getType()
The runtime type of the attribute's value For example:String,Number,Boolean,Object,...

Returns:
the type of the attribute

getName

Collection.Key getName()
The unique name of the attribute being declared

Returns:
the name of the attribute

getDefaultVaue

String getDefaultVaue()
return the default value for this attribute or null if no default value is defined

Returns:
the default value of the attribute

isRequired

boolean isRequired()
Whether the attribute is required.

Returns:
is required

isRuntimeExpressionValue

boolean isRuntimeExpressionValue()
Whether the attribute's value can be dynamically calculated at runtime.

Returns:
is a runtime expression


Copyright © 2012 Railo