Class ItemName.WithoutPrefix

java.lang.Object
javax.xml.namespace.QName
com.evolveum.midpoint.prism.path.ItemName
com.evolveum.midpoint.prism.path.ItemName.WithoutPrefix
All Implemented Interfaces:
ItemPath, ShortDumpable, Serializable
Enclosing class:
ItemName

public static class ItemName.WithoutPrefix extends ItemName
ItemName without prefix specified, ideal item name for runtime data, constants, etc. which could be internalized (one deduplicated instance for each combination of namespace, localPart) per JVM - which simplifies equals.
See Also: