Interface PropertyDescriptor
- All Superinterfaces:
com.buschmais.xo.api.CompositeObject,Descriptor,NamedDescriptor,ValueDescriptor<String>
Represents a property value.
-
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
-
getValue
Description copied from interface:ValueDescriptorReturn the value.- Specified by:
getValuein interfaceValueDescriptor<String>- Returns:
- The value.
-
setValue
Description copied from interface:ValueDescriptorSet the value.- Specified by:
setValuein interfaceValueDescriptor<String>- Parameters:
value- The value.
-