com.buglabs.module
Interface IModuleProperty

All Known Implementing Classes:
ModuleProperty, MutableModuleProperty

public interface IModuleProperty

Represents a single property that a BUG hardware module exposes externally.


Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.Object getValue()
           
 boolean isMutable()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
Name of property

getValue

java.lang.Object getValue()
Returns:
Value of property. Refer to getType() for type information.

getType

java.lang.String getType()
Returns:
Type as a String (java named types are used)

isMutable

boolean isMutable()
Returns:
true if this property in the module can be changed.