public interface SpecParameter<T>
extends java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| ConfigKey<T> | getConfigKey()All config key info for this spec parameter;
 this is the config key which is added to the defined type | 
| java.lang.String | getLabel()Short name, to be used in UI | 
| AttributeSensor<?> | getSensor()An optional sensor which may also be added to the defined type | 
| boolean | isPinned()Whether visible by default in UI, not all inputs may be visible at once | 
java.lang.String getLabel()
boolean isPinned()
ConfigKey<T> getConfigKey()
@Nullable AttributeSensor<?> getSensor()