Class Property<RECEIVER>
java.lang.Object
org.eclipse.net4j.util.properties.Property<RECEIVER>
- Direct Known Subclasses:
Property.WithArguments
Describes a property of a receiver object and extracts its value.
- Since:
- 3.2
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Describes a property of a receiver object and extracts its value with given arguments. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Property
-
Property
-
Property
-
-
Method Details
-
getName
-
getLabel
-
getDescription
-
getCategory
-
getValue
-
testValue
-
eval
Returns the receiver's value for this property, either aString
or a boxed primitive type. Return values of all other types are converted withtoString()
ineval(Object)
. -
toString
-