|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.properties.EditableParameterAccess
public final class EditableParameterAccess
Static class to access fields annotated with EditableParameter of
arbitrary objects.
| Nested Class Summary | |
|---|---|
static class |
EditableParameterAccess.Accessor
Class to access a specific field that has been annotated with EditableParameter of a specific class. |
| Method Summary | |
|---|---|
static Object |
constructObject(Class<?> c)
Helper function to construct an object of arbitrary type with its parameterless constructor. |
static List<EditableParameterAccess.Accessor> |
getAccessors(Class<? extends Property> c)
Returns one accessor for each field annotated with EditableParameter in a given class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object constructObject(Class<?> c)
c - a class with a parameterless constructor
public static List<EditableParameterAccess.Accessor> getAccessors(Class<? extends Property> c)
EditableParameter in a given class. Each accessor can
be used to
read and write a single editable parameter of the given class.
c - a class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||