Package org.openremote.model.value
Interface ValueDescriptorHolder<T>
- All Known Implementing Classes:
AbstractNameValueDescriptorHolder
,AttributeDescriptor
,MetaItemDescriptor
public interface ValueDescriptorHolder<T>
Identifies an item that holds a
ValueDescriptor
.-
Method Details
-
getType
ValueDescriptor<T> getType() -
getFormat
ValueFormat getFormat() -
getConstraints
ValueConstraint[] getConstraints() -
getUnits
String[] getUnits()
-