Uses of Enum Class
com.evolveum.midpoint.prism.impl.lex.dom.locator.TagPosition.Type
Packages that use TagPosition.Type
-
Uses of TagPosition.Type in com.evolveum.midpoint.prism.impl.lex.dom.locator
Methods in com.evolveum.midpoint.prism.impl.lex.dom.locator that return TagPosition.TypeModifier and TypeMethodDescriptionTagPosition.type()Returns the value of thetyperecord component.static TagPosition.TypeReturns the enum constant of this class with the specified name.static TagPosition.Type[]TagPosition.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism.impl.lex.dom.locator with parameters of type TagPosition.TypeConstructors in com.evolveum.midpoint.prism.impl.lex.dom.locator with parameters of type TagPosition.TypeModifierConstructorDescriptionTagPosition(String name, int line, int column, TagPosition.Type type) Creates an instance of aTagPositionrecord class.