Class PropertyLimitations
java.lang.Object
com.evolveum.midpoint.schema.processor.PropertyLimitations
- All Implemented Interfaces:
- DebugDumpable,- Serializable
- Author:
- semancik
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanAdd()Returns `true` if the `add` operation is allowed.booleanReturns `true` if the `modify` operation is allowed.booleancanRead()Returns `true` if the `read` operation is allowed.debugDump(int indent) booleanintintinthashCode()voidsetAccess(PropertyAccessType access) voidsetMaxOccurs(int maxOccurs) voidsetMinOccurs(int minOccurs) voidsetProcessing(ItemProcessing processing) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
PropertyLimitationspublic PropertyLimitations()
 
- 
- 
Method Details- 
getProcessing
- 
setProcessing
- 
getMinOccurspublic int getMinOccurs()
- 
setMinOccurspublic void setMinOccurs(int minOccurs) 
- 
getMaxOccurspublic int getMaxOccurs()
- 
setMaxOccurspublic void setMaxOccurs(int maxOccurs) 
- 
getAccess
- 
setAccess
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
toString
- 
canModifypublic boolean canModify()Returns `true` if the `modify` operation is allowed.
- 
canAddpublic boolean canAdd()Returns `true` if the `add` operation is allowed.
- 
canReadpublic boolean canRead()Returns `true` if the `read` operation is allowed.
- 
equals
- 
hashCodepublic int hashCode()
 
-