T
- public interface Setting<T>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear setting
|
T |
get()
Get the current value for this setting
|
T |
getInitValue()
Get the initial value
|
Class |
getType()
Get the parameter type
|
void |
set(T value)
Set the value for this setting
|
Class getType()
T getInitValue()
T get()
void set(T value) throws IllegalArgumentException
value
- IllegalArgumentException
void clear()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.