Interface ValueDescriptor<V>
- Type Parameters:
V- The value type.
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,Descriptor,NamedDescriptor
- All Known Subinterfaces:
ArrayValueDescriptor,PropertyDescriptor
Interface for value descriptors.
-
Method Summary
Methods inherited from interface com.buschmais.xo.api.CompositeObject
as, getDelegate, getIdMethods inherited from interface com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor
getName, setName
-
Method Details
-
setValue
Set the value.- Parameters:
value- The value.
-
getValue
V getValue()Return the value.- Returns:
- The value.
-