Package | Description |
---|---|
com.github.javaparser.ast.observer |
Modifier and Type | Field and Description |
---|---|
private ObservableProperty.Type |
ObservableProperty.type |
Modifier and Type | Method and Description |
---|---|
static ObservableProperty.Type |
ObservableProperty.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObservableProperty.Type[] |
ObservableProperty.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ObservableProperty(ObservableProperty.Type type) |
ObservableProperty(ObservableProperty.Type type,
boolean derived) |