Horus Doc || Java GUI Reference || Doxygen's quick Index  

CallableProperty Class Reference

Inheritance diagram for CallableProperty::

CallableMethod List of all members.

Public Methods

 CallableProperty (String propName, String methodName, String argType, Object value)
 CallableProperty (String propName, String methodName, String argType, String choiceType, Object value)
Object getPropertyValue ()
String getPropertyName ()

Constructor & Destructor Documentation

CallableProperty::CallableProperty String    propName,
String    methodName,
String    argType,
Object    value
[inline]
 

00026 {
00027     this(propName, methodName, argType, argType, value);
00028 }

CallableProperty::CallableProperty String    propName,
String    methodName,
String    argType,
String    choiceType,
Object    value
[inline]
 

00032 {
00033     super(methodName, argType, "", choiceType);
00034     _propName = propName;
00035     _propValue = value;
00036 }


Member Function Documentation

Object CallableProperty::getPropertyValue   [inline]
 

00039 {
00040     return _propValue;
00041 }

String CallableProperty::getPropertyName   [inline]
 

00044 {
00045     return _propName;
00046 }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:37 2004 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001