Uses of Class
io.xlate.edi.internal.stream.tokenization.DialectFactory.DialectTag
-
Packages that use DialectFactory.DialectTag Package Description io.xlate.edi.internal.stream.tokenization -
-
Uses of DialectFactory.DialectTag in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization that return DialectFactory.DialectTag Modifier and Type Method Description static DialectFactory.DialectTagDialectFactory.DialectTag. fromValue(String tag)static DialectFactory.DialectTagDialectFactory.DialectTag. valueOf(String name)Returns the enum constant of this type with the specified name.static DialectFactory.DialectTag[]DialectFactory.DialectTag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-