public class Property<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Property.Source |
| Constructor and Description |
|---|
Property(String name,
String description,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(String name,
Comparable<?> comparable) |
T |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
T |
getValue() |
boolean |
isSet() |
static void |
main(String[] args) |
void |
setSourceValue(String name,
T value) |
String |
toString() |
public String getName()
public String getDescription()
public T getDefaultValue()
public void addSource(String name, Comparable<?> comparable)
public boolean isSet()
public T getValue()
public static void main(String[] args)
Copyright 2004-2020 Solace Corporation. All rights reserved.