public class StaticImport
extends org.onemind.commons.invoke.AbstractInvocable
| Modifier and Type | Class and Description |
|---|---|
private class |
StaticImport.StaticFunction
InvocableFunction which wrap a method
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class |
_class
the class
|
private java.util.Map |
_staticFields
the static fields
|
| Constructor and Description |
|---|
StaticImport(java.lang.Class c)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getStaticFields()
Get the static fields
|