Package | Description |
---|---|
com.massa.mrules.util.property | |
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantProperty2<C>
ConstantProperty2 extension. |
class |
GlobalVarProperty
Specific implementation allowing to access global variables (starting with #).
|
class |
IndexedProperty2
IndexedProperty extension. |
class |
IntegerProperty2
IntegerProperty extension. |
class |
LocalVarProperty
Specific implementation allowing to access local variables (starting with #).
|
class |
MappedProperty2
MappedProperty extension. |
class |
NestedProperty2
NestedProperty extension. |
class |
SimpleProperty2
SimpleProperty extension. |
class |
StaticFieldProperty2
StaticFieldProperty extension. |
class |
StaticMethodProperty2
StaticMethodProperty extension. |
class |
StrictFieldProperty2
StrictFieldProperty extension. |
class |
StrictMethodProperty2
StrictMethodProperty extension. |
class |
StringProperty2
StringProperty extension. |
Modifier and Type | Class and Description |
---|---|
class |
ConstantProperty<C>
Special property to return always the same constant value.
|
class |
IndexedProperty
Allows to specify a List or an Array access.
|
class |
IntegerProperty
Special property to return always the same Integer value.
|
class |
MappedProperty
Allows to specify a Map access.
|
class |
NestedProperty
A property composed of several nested properties.
|
class |
SimpleProperty
Most simple property.
|
class |
StaticFieldProperty
Allows to specify a direct static Field access.
|
class |
StaticMethodProperty
Allows to specify a direct static Method access.
|
class |
StrictFieldProperty
Allows to specify a direct Field access.
|
class |
StrictMethodProperty
Allows to specify a direct Method access.
|
class |
StringProperty
Special property to return always the same String value.
|