Package com.activeviam.properties
Interface IActiveViamProperty
-
- All Known Implementing Classes:
ActiveViamProperty
public interface IActiveViamPropertyInterface for ActiveViam properties.Properties values are expected to be either :
- Prefixed by "activeviam"
- Prefixed by an ActiveViam technical product name such as "activepivot" or "activemonitor"
- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()Gets the string of the property.
-
-
-
Method Detail
-
getKey
String getKey()
Gets the string of the property.- Returns:
- the string corresponding to the property
-
-