インタフェース Property<T>

型パラメータ:
T - Type
すべてのスーパーインタフェース:
Gettable<T>, Observable<T>, java.io.Serializable, Settable<T>
既知のサブインタフェースのリスト:
BooleanProperty, DoubleProperty, FloatProperty, IntegerProperty, LongProperty, NumberProperty<T>, ObjectProperty<T>, StringProperty, TimeoutProperty

public interface Property<T>
extends Gettable<T>, Settable<T>, Observable<T>, java.io.Serializable
Super Property interface, includes Getter, Setter, Observer.
関連項目:
Gettable, Settable, Observable