-
- Type Parameters:
V
- type of theproperty value
.
- All Superinterfaces:
PropertyMetadata<V>
- All Known Implementing Classes:
BeanPropertyMetadataSimple
,BeanPropertyMetadataType
public interface BeanPropertyMetadata<V> extends PropertyMetadata<V>
PropertyMetadata
for aAbstractBean
.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
makeReadOnly(V value)
-
Methods inherited from interface io.github.mmm.property.PropertyMetadata
asMap, get, get, get, getExpression, getKeyCount, getKeys, getMarshalling, getValidator, getValueType, hasKeys, isTransient, withValidator
-
-
-
-
Method Detail
-
makeReadOnly
void makeReadOnly(V value)
- Parameters:
value
- the fixed value to set asexpression
to make the property read-only.
-
-