com.ibm.designer.domino.xsp.api.events
Interface ISimpleActionPropertyMetaData


public interface ISimpleActionPropertyMetaData

A simple interface that is used to describe a simple action property to Domino Designer.


Method Summary
 java.lang.String getAttrName()
          Returns the XML name of the attribute.
 java.lang.String getDescription()
          Returns a short description for the associated simple action property.
 java.lang.String getDisplayName()
          Returns a user readable name for the simple action.
 java.lang.String getType()
          Returns the type of attribute represented by this object.
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
Returns a user readable name for the simple action.

Returns:
a string that will be used in the UI to describe the simple action

getDescription

java.lang.String getDescription()
Returns a short description for the associated simple action property.

Returns:
a string that will provide a description of the simple action.

getAttrName

java.lang.String getAttrName()
Returns the XML name of the attribute.

Returns:
a string

getType

java.lang.String getType()
Returns the type of attribute represented by this object.

Returns:
the type of attribute