org.eclipse.jpt.common.utility.model.value
Interface PropertyValueModel<V>
- Type Parameters:
V - the type of value held by the model
- All Superinterfaces:
- Model
- All Known Subinterfaces:
- JpaFileModel, JpaProjectModel, ModifiablePropertyValueModel<V>, TreeNodeValueModel<V>
public interface PropertyValueModel<V>
- extends Model
Interface used to abstract property accessing and
change notification and make it more pluggable.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
|
Method Summary |
V |
getValue()
Return the model's value. |
VALUE
static final String VALUE
- See Also:
- Constant Field Values
getValue
V getValue()
- Return the model's value.
Copyright (c) 2012 Oracle. All rights reserved.