Interface Value<T,S>
-
- Type Parameters:
T- Value typeS- Instance type
- All Known Implementing Classes:
BooleanValue,CategoryValue,CountValue,QuantityRangeValue,QuantityValue,SweAbstractSimpleType,SweAbstractUomType,SweBoolean,SweCategory,SweCategoryRange,SweCount,SweCountRange,SweObservableProperty,SweQuantity,SweQuantityRange,SweText,SweTime,SweTimeRange,TextValue,TimeRangeValue,TimeValue
public interface Value<T,S>Generic interface for values- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStringValue()Get value asStringTgetValue()Get valuebooleanisSetValue()Is the values setSsetValue(T value)Set value
-
-
-
Method Detail
-
getValue
T getValue()
Get value- Returns:
- value
-
isSetValue
boolean isSetValue()
Is the values set- Returns:
true, if the value is set
-
-