public class TypeMutabilityImpl extends ExtensionDataImpl implements TypeMutability
| Constructor and Description |
|---|
TypeMutabilityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
canCreate()
Indicates if a sub type of this type can be created.
|
Boolean |
canDelete()
Indicates if this type can be deleted.
|
Boolean |
canUpdate()
Indicates if this type can be updated.
|
void |
setCanCreate(Boolean canCreate) |
void |
setCanDelete(Boolean canDelete) |
void |
setCanUpdate(Boolean canUpdate) |
getExtensions, setExtensions, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic Boolean canCreate()
TypeMutabilitycanCreate in interface TypeMutabilitytrue if a sub type can be created,
false otherwisepublic void setCanCreate(Boolean canCreate)
public Boolean canUpdate()
TypeMutabilitycanUpdate in interface TypeMutabilitytrue if this type can be updated, false
otherwisepublic void setCanUpdate(Boolean canUpdate)
public Boolean canDelete()
TypeMutabilitycanDelete in interface TypeMutabilitytrue if this type can be deleted, false
otherwisepublic void setCanDelete(Boolean canDelete)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.