public interface TypeMutability extends ExtensionsData
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.
|
getExtensions, setExtensions
Boolean canCreate()
true
if a sub type can be created,
false
otherwiseBoolean canUpdate()
true
if this type can be updated, false
otherwiseBoolean canDelete()
true
if this type can be deleted, false
otherwiseCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.