Package com.inductiveautomation.rm.base
Class RMKey.KeyAccessor
java.lang.Object
com.inductiveautomation.rm.base.RMKey.KeyAccessor
- Enclosing class:
- RMKey
KeyAccessor - enclosed class for actually getting/setting values for a given object (class) and key.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionKeyAccessor(Object anObj, String aKey) Creates a new getter for given object and key (caches type).
- 
Method SummaryModifier and TypeMethodDescriptionThis method actually retrieves a value for an object and a key.Searches for a get method for given key then caches and returns result.Searches for a set method for given key then caches and returns result.voidThis method actually retrieves a value for an object and a key.
- 
Constructor Details- 
KeyAccessorCreates a new getter for given object and key (caches type).
 
- 
- 
Method Details- 
getThis method actually retrieves a value for an object and a key.
- 
getGetMethodSearches for a get method for given key then caches and returns result.
- 
setThis method actually retrieves a value for an object and a key.- Throws:
- Exception
 
- 
getSetMethodSearches for a set method for given key then caches and returns result.- Throws:
- Exception
 
 
-