Uses of Class
io.xlate.edi.schema.EDISimpleType.Base
-
Packages that use EDISimpleType.Base Package Description io.xlate.edi.internal.schema.implementation io.xlate.edi.schema -
-
Uses of EDISimpleType.Base in io.xlate.edi.internal.schema.implementation
Methods in io.xlate.edi.internal.schema.implementation that return EDISimpleType.Base Modifier and Type Method Description EDISimpleType.BaseElementImpl. getBase() -
Uses of EDISimpleType.Base in io.xlate.edi.schema
Methods in io.xlate.edi.schema that return EDISimpleType.Base Modifier and Type Method Description EDISimpleType.BaseEDISimpleType. getBase()static EDISimpleType.BaseEDISimpleType.Base. valueOf(String name)Returns the enum constant of this type with the specified name.static EDISimpleType.Base[]EDISimpleType.Base. values()Returns an array containing the constants of this enum type, in the order they are declared.
-