public interface EffectiveNodeTypeItem
EffectiveNodeTypeChild
and EffectiveNodeTypeProperty
sub types.ItemDefinition
Modifier and Type | Method and Description |
---|---|
String |
getDefiningType() |
String |
getName() |
String |
getType() |
boolean |
isAutoCreated() |
boolean |
isMandatory() |
boolean |
isMultiple() |
boolean |
isProtected() |
boolean |
isResidual() |
String getName()
ItemDefinition.getName()
String getDefiningType()
ItemDefinition.getDeclaringNodeType()
String getType()
boolean isResidual()
boolean isMultiple()
PropertyDefinition.isMultiple()
,
NodeDefinition.allowsSameNameSiblings()
boolean isMandatory()
ItemDefinition.isMandatory()
boolean isAutoCreated()
ItemDefinition.isAutoCreated()
boolean isProtected()
ItemDefinition.isProtected()
Copyright © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.