- get() - Method in class org.eigenbase.util.property.BooleanProperty
-
Retrieves the value of this boolean property.
- get(boolean) - Method in class org.eigenbase.util.property.BooleanProperty
-
Retrieves the value of this boolean property.
- get() - Method in class org.eigenbase.util.property.DoubleProperty
-
Retrieves the value of this double property according to these rules.
- get(double) - Method in class org.eigenbase.util.property.DoubleProperty
-
Retrieves the value of this double property.
- get() - Method in class org.eigenbase.util.property.IntegerProperty
-
Retrieves the value of this integer property according to these rules.
- get(int) - Method in class org.eigenbase.util.property.IntegerProperty
-
Retrieves the value of this integer property.
- get() - Method in class org.eigenbase.util.property.StringProperty
-
Retrieves the value of this property.
- get(boolean) - Method in class org.eigenbase.util.property.StringProperty
-
Retrieves the value of this property, optionally failing if there is no
value.
- get(String) - Method in class org.eigenbase.util.property.StringProperty
-
Retrieves the value of this property, or the default value if none is
found.
- getDefaultValue() - Method in class org.eigenbase.util.property.Property
-
Returns the default value of this property.
- getInternal(String, boolean) - Method in class org.eigenbase.util.property.Property
-
Retrieves the value of a property, using a given default value, and
optionally failing if there is no value.
- getPath() - Method in class org.eigenbase.util.property.Property
-
Returns the name of this property.
- getProperties() - Method in class org.eigenbase.util.property.TriggerableProperties
-
Returns a collection of registered properties.
- getPropertyDefinition(String) - Method in class org.eigenbase.util.property.TriggerableProperties
-
Returns the definition of a named property, or null if there is no such
property.
- getPropertyList() - Method in class org.eigenbase.util.property.TriggerableProperties
-
- getString() - Method in class org.eigenbase.util.property.Property
-
Returns the value of this property as a string.