cz.cuni.pogamut.remote
Interface Property

All Known Implementing Classes:
PropertyWrapper

public interface Property


Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
           
 java.lang.Object getValue()
          Get value of property.
 void setValue(java.lang.Object newValue)
          Set value of property.
 

Method Detail

getValue

java.lang.Object getValue()
                          throws java.lang.IllegalAccessException,
                                 java.rmi.RemoteException
Get value of property.

Returns:
Value of property
Throws:
java.lang.IllegalAccessException
java.rmi.RemoteException

setValue

void setValue(java.lang.Object newValue)
              throws java.lang.IllegalAccessException,
                     java.rmi.RemoteException
Set value of property.

Parameters:
newValue -
Throws:
java.lang.IllegalAccessException
java.rmi.RemoteException

getName

java.lang.String getName()
                         throws java.rmi.RemoteException
Returns:
Name of this property.
Throws:
java.rmi.RemoteException

getType

java.lang.Class getType()
                        throws java.rmi.RemoteException
Returns:
Type of this property.
Throws:
java.rmi.RemoteException