org.weda.action.impl
Class ActionParameterImpl

java.lang.Object
  extended by org.weda.property.impl.PropertyDescriptorImpl
      extended by org.weda.action.impl.ActionParameterImpl
All Implemented Interfaces:
java.io.Serializable, ActionParameter, PropertyDescriptor

public class ActionParameterImpl
extends PropertyDescriptorImpl
implements ActionParameter

Author:
tim
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.weda.property.PropertyDescriptor
OBJECT_PROPERTY_MIME_TYPE
 
Constructor Summary
ActionParameterImpl()
           
 
Method Summary
 Parameter.Direction getDirection()
          Метод возвращет направление воздействия на параметр.
 java.lang.Integer getGetterId()
          Метод возвращает идентификатор метода получающего значние свойства.
 java.lang.Integer getSetterId()
          Метод возвращает идентификатор метода устанавливающего значние свойства.
 void setDirection(Parameter.Direction direction)
           
 void setGetterId(java.lang.Integer getterId)
           
 void setSetterId(java.lang.Integer setterId)
           
 
Methods inherited from class org.weda.property.impl.PropertyDescriptorImpl
addConstraint, check, equals, getConstraints, getDisplayName, getMimeType, getName, getObjectClass, getParent, getPattern, getPropertyClass, hasDisplayName, init, setDisplayName, setMimeType, setName, setObjectClass, setParent, setPattern, setPropertyClass
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.weda.property.PropertyDescriptor
check, getConstraints, getDisplayName, getMimeType, getName, getObjectClass, getParent, getPattern, getPropertyClass, hasDisplayName
 

Constructor Detail

ActionParameterImpl

public ActionParameterImpl()
Method Detail

getSetterId

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

Specified by:
getSetterId in interface ActionParameter
See Also:
PropertyValue

setSetterId

public void setSetterId(java.lang.Integer setterId)

getGetterId

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

Specified by:
getGetterId in interface ActionParameter
See Also:
PropertyValue

setGetterId

public void setGetterId(java.lang.Integer getterId)

getDirection

public Parameter.Direction getDirection()
Description copied from interface: ActionParameter
Метод возвращет направление воздействия на параметр.

Specified by:
getDirection in interface ActionParameter

setDirection

public void setDirection(Parameter.Direction direction)


Copyright © 2005-2006 . All Rights Reserved.