org.weda.action
Interface ActionParameter

All Superinterfaces:
PropertyDescriptor
All Known Implementing Classes:
ActionParameterImpl

public interface ActionParameter
extends PropertyDescriptor

Цель: хранение информации о параметре действия.

Author:
tim
See Also:
Action}

Field Summary
 
Fields inherited from interface org.weda.property.PropertyDescriptor
OBJECT_PROPERTY_MIME_TYPE
 
Method Summary
 Parameter.Direction getDirection()
          Метод возвращет направление воздействия на параметр.
 java.lang.Integer getGetterId()
          Метод возвращает идентификатор метода получающего значние свойства.
 java.lang.Integer getSetterId()
          Метод возвращает идентификатор метода устанавливающего значние свойства.
 
Methods inherited from interface org.weda.property.PropertyDescriptor
check, getConstraints, getDisplayName, getMimeType, getName, getObjectClass, getParent, getPattern, getPropertyClass, hasDisplayName
 

Method Detail

getDirection

Parameter.Direction getDirection()
Метод возвращет направление воздействия на параметр.


getSetterId

java.lang.Integer getSetterId()
Метод возвращает идентификатор метода устанавливающего значние свойства.

See Also:
PropertyValue

getGetterId

java.lang.Integer getGetterId()
Метод возвращает идентификатор метода получающего значние свойства.

See Also:
PropertyValue


Copyright © 2005-2006 . All Rights Reserved.