public class TypeMutabilityImpl extends ExtensionDataImpl implements TypeMutability
| Constructor and Description |
|---|
TypeMutabilityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
canCreate() |
Boolean |
canDelete() |
Boolean |
canUpdate() |
void |
setCanCreate(Boolean canCreate) |
void |
setCanDelete(Boolean canDelete) |
void |
setCanUpdate(Boolean canUpdate) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic Boolean canCreate()
canCreate in interface TypeMutabilitypublic void setCanCreate(Boolean canCreate)
public Boolean canUpdate()
canUpdate in interface TypeMutabilitypublic void setCanUpdate(Boolean canUpdate)
public Boolean canDelete()
canDelete in interface TypeMutabilitypublic void setCanDelete(Boolean canDelete)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.