public interface PropertyClearFacet extends Facet
In the standard Apache Isis Programming Model, typically corresponds to a method named clearXxx (for a property getXxx). As a fallback the standard model also supports invoking the setXxx method with null.
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperty(ObjectAdapter inObject) |
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetvoid clearProperty(ObjectAdapter inObject)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.