Klasse 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.
- Seit:
- 3.16
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.properties.Property
Property.WithArguments<RECEIVER> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungWithArguments(String name) WithArguments(String name, String label, String description) WithArguments(String name, String label, String description, String category) -
Methodenübersicht
Von Klasse geerbte Methoden org.eclipse.net4j.util.properties.Property
getCategory, getDescription, getLabel, getName, getValue, toString
-
Konstruktordetails
-
WithArguments
-
WithArguments
-
WithArguments
-
-
Methodendetails
-
testValue
-
eval
Beschreibung aus Klasse kopiert:PropertyReturns the receiver's value for this property, either aStringor a boxed primitive type. Return values of all other types are converted withProperty.toString()inProperty.eval(Object). -
eval
-