Package ru.ispras.microtesk.utils
Interface Property
-
- All Known Implementing Classes:
Option
public interface Property
Property
is an interface to be implemented by all enumerations used to identify properties stored inPropertyMap
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getDefaultValue()
java.lang.Class<?>
getValueClass()
-