public class MandatoryFacetDefault extends MandatoryFacetAbstract
For a mandatory property, the object cannot be saved/updated without the value being provided. For a mandatory parameter, the action cannot be invoked without the value being provided.
In the standard Apache Isis Programming Model, specify mandatory by omitting the @Optional annotation.
MandatoryFacetAbstract.SemanticsFacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.ValidatingNOOP| Constructor and Description |
|---|
MandatoryFacetDefault(FacetHolder holder) |
invalidates, isInvertedSemantics, isRequiredButNull, typealwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic MandatoryFacetDefault(FacetHolder holder)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.