Class Property.WithArguments<RECEIVER>
java.lang.Object
org.eclipse.net4j.util.properties.Property<RECEIVER>
org.eclipse.net4j.util.properties.Property.WithArguments<RECEIVER>
Describes a property of a receiver object and extracts its value with given arguments.
- Since:
- 3.16
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.net4j.util.properties.Property
Property.WithArguments<RECEIVER>
-
Constructor Summary
ConstructorDescriptionWithArguments
(String name) WithArguments
(String name, String label, String description) WithArguments
(String name, String label, String description, String category) -
Method Summary
Methods inherited from class org.eclipse.net4j.util.properties.Property
getCategory, getDescription, getLabel, getName, getValue, toString
-
Constructor Details
-
WithArguments
-
WithArguments
-
WithArguments
-
-
Method Details
-
testValue
-
eval
Description copied from class:Property
Returns the receiver's value for this property, either aString
or a boxed primitive type. Return values of all other types are converted withProperty.toString()
inProperty.eval(Object)
. -
eval
-