public abstract class AbstractProperty extends Object implements Property
| Modifier and Type | Field and Description |
|---|---|
protected PropertyAdjustersImpl |
adjusters |
protected PropertyListenersImpl |
listeners |
protected PropertyVetosImpl |
vetos |
| Constructor and Description |
|---|
AbstractProperty(String name,
PropertyType type) |
| Modifier and Type | Method and Description |
|---|---|
PropertyAdjusters |
adjusters() |
PropertyListeners |
listeners() |
String |
name() |
String |
toString() |
PropertyType |
type() |
UserObjects |
userObjects() |
PropertyVetos |
vetos() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisWritable, readOnlyprotected PropertyVetosImpl vetos
protected PropertyAdjustersImpl adjusters
protected PropertyListenersImpl listeners
public AbstractProperty(String name, PropertyType type)
public UserObjects userObjects()
userObjects in interface Propertypublic PropertyType type()
public PropertyListeners listeners()
listeners in interface WithListenerspublic PropertyAdjusters adjusters()
public PropertyVetos vetos()
Copyright © 2021 vpc open source initiative. All rights reserved.