Class PropertyLimitations
java.lang.Object
com.evolveum.midpoint.schema.processor.PropertyLimitations
- All Implemented Interfaces:
DebugDumpable,Serializable
- Author:
- semancik
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
PropertyLimitations
public PropertyLimitations()
-
-
Method Details
-
getProcessing
-
setProcessing
-
getMinOccurs
public int getMinOccurs() -
setMinOccurs
public void setMinOccurs(int minOccurs) -
getMaxOccurs
public int getMaxOccurs() -
setMaxOccurs
public void setMaxOccurs(int maxOccurs) -
getAccess
-
setAccess
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
toString
-
canModify
public boolean canModify()Returns `true` if the `modify` operation is allowed. -
canAdd
public boolean canAdd()Returns `true` if the `add` operation is allowed. -
canRead
public boolean canRead()Returns `true` if the `read` operation is allowed. -
equals
-
hashCode
public int hashCode()
-