Uses of Class
com.saperion.common.lang.id.HierarchicalName
Packages that use HierarchicalName
-
Uses of HierarchicalName in com.saperion.common.lang.id
Methods in com.saperion.common.lang.id that return HierarchicalNameModifier and TypeMethodDescriptionHierarchicalName.add
(HierarchicalName hierarchicalName) Returns a newHierarchicalName
that contains the name elements of thisHierarchicalName
first, followed by the name elements of the specifiedHierarchicalName
.Returns a newHierarchicalName
that contains the name elements of thisHierarchicalName
first, followed by the name elements of the specified string representation.HierarchicalName.getPrefix
(int elementPosition) Returns a prefix, i.e aHierarchicalName
that contains the name elements of thisHierarchicalName
in the range of [0, the specified element position).HierarchicalName.getSuffix
(int elementPosition) Returns a suffix, i.e aHierarchicalName
that contains the name elements of thisHierarchicalName
in the range of [the specified element position,getCountElements()
).HierarchicalName.subtractPrefix
(HierarchicalName hierarchicalName) Returns a suffix of thisHierarchicalName
by subtracting the specified prefix.HierarchicalName.subtractSuffix
(HierarchicalName hierarchicalName) Returns a prefix of thisHierarchicalName
by subtracting the specified suffix.Methods in com.saperion.common.lang.id with parameters of type HierarchicalNameModifier and TypeMethodDescriptionHierarchicalName.add
(HierarchicalName hierarchicalName) Returns a newHierarchicalName
that contains the name elements of thisHierarchicalName
first, followed by the name elements of the specifiedHierarchicalName
.boolean
HierarchicalName.endsWith
(HierarchicalName hierarchicalName) Returns whether thisHierarchicalName
ends with the specifiedHierarchicalName
.boolean
HierarchicalName.startsWith
(HierarchicalName hierarchicalName) Returns whether thisHierarchicalName
starts with the specifiedHierarchicalName
.HierarchicalName.subtractPrefix
(HierarchicalName hierarchicalName) Returns a suffix of thisHierarchicalName
by subtracting the specified prefix.HierarchicalName.subtractSuffix
(HierarchicalName hierarchicalName) Returns a prefix of thisHierarchicalName
by subtracting the specified suffix.