public class PropertyLimitations extends Object implements Dumpable, DebugDumpable, Serializable
INDENT_STRING
Constructor and Description |
---|
PropertyLimitations() |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
PropertyAccessType |
getAccess() |
int |
getMaxOccurs() |
int |
getMinOccurs() |
boolean |
isIgnore() |
void |
setAccess(PropertyAccessType access) |
void |
setIgnore(boolean ignore) |
void |
setMaxOccurs(int maxOccurs) |
void |
setMinOccurs(int minOccurs) |
String |
toString() |
public boolean isIgnore()
public void setIgnore(boolean ignore)
public int getMinOccurs()
public void setMinOccurs(int minOccurs)
public int getMaxOccurs()
public void setMaxOccurs(int maxOccurs)
public PropertyAccessType getAccess()
public void setAccess(PropertyAccessType access)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
public String dump()
Dumpable
Copyright © 2013 evolveum. All rights reserved.