public interface NewTypeSettableAttributes extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
Boolean |
canSetControllableAcl()
Indicates if the "controllableACL" attribute can be set.
|
Boolean |
canSetControllablePolicy()
Indicates if the "controllablePolicy" attribute can be set.
|
Boolean |
canSetCreatable()
Indicates if the "creatable" attribute can be set.
|
Boolean |
canSetDescription()
Indicates if the "description" attribute can be set.
|
Boolean |
canSetDisplayName()
Indicates if the "displayName" attribute can be set.
|
Boolean |
canSetFileable()
Indicates if the "fileable" attribute can be set.
|
Boolean |
canSetFulltextIndexed()
Indicates if the "fulltextIndexed" attribute can be set.
|
Boolean |
canSetId()
Indicates if the "id" attribute can be set.
|
Boolean |
canSetIncludedInSupertypeQuery()
Indicates if the "includedInSupertypeQuery" attribute can be set.
|
Boolean |
canSetLocalName()
Indicates if the "localName" attribute can be set.
|
Boolean |
canSetLocalNamespace()
Indicates if the "localNamespace" attribute can be set.
|
Boolean |
canSetQueryable()
Indicates if the "queryable" attribute can be set.
|
Boolean |
canSetQueryName()
Indicates if the "queryName" attribute can be set.
|
getExtensions, setExtensions
Boolean canSetId()
true
if the "id" attribute can be set,
false
otherwiseBoolean canSetLocalName()
true
if the "localName" attribute can be set,
false
otherwiseBoolean canSetLocalNamespace()
true
if the "localNamespace" attribute can be set,
false
otherwiseBoolean canSetDisplayName()
true
if the "displayName" attribute can be set,
false
otherwiseBoolean canSetQueryName()
true
if the "queryName" attribute can be set,
false
otherwiseBoolean canSetDescription()
true
if the "description" attribute can be set,
false
otherwiseBoolean canSetCreatable()
true
if the "creatable" attribute can be set,
false
otherwiseBoolean canSetFileable()
true
if the "fileable" attribute can be set,
false
otherwiseBoolean canSetQueryable()
true
if the "queryable" attribute can be set,
false
otherwiseBoolean canSetFulltextIndexed()
true
if the "fulltextIndexed" attribute can be set,
false
otherwiseBoolean canSetIncludedInSupertypeQuery()
true
if the "includedInSupertypeQuery" attribute can
be set, false
otherwiseBoolean canSetControllablePolicy()
true
if the "controllablePolicy" attribute can be
set, false
otherwiseBoolean canSetControllableAcl()
true
if the "controllableACL" attribute can be set,
false
otherwiseCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.