public interface NodeTypeInfo
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Check whether the nodetype exists.
|
java.util.Set<java.lang.String> |
getMixinSubTypes()
Get the set of mixin subtypes.
|
java.lang.Iterable<java.lang.String> |
getNamesSingleValuesProperties()
Get the names of all single-valued properties.
|
java.lang.String |
getNodeTypeName()
Get the name of the nodetype.
|
java.util.Set<java.lang.String> |
getPrimarySubTypes()
Get the set of primary subtypes.
|
java.util.Set<java.lang.String> |
getSuperTypes()
Get the set of supertypes.
|
boolean |
isMixin()
Check whether this is a mixin.
|
boolean exists()
java.lang.String getNodeTypeName()
java.util.Set<java.lang.String> getSuperTypes()
java.util.Set<java.lang.String> getPrimarySubTypes()
java.util.Set<java.lang.String> getMixinSubTypes()
boolean isMixin()
java.lang.Iterable<java.lang.String> getNamesSingleValuesProperties()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.