Uses of Class
de.xima.fc.mdl.enums.EByteOrderMarkSupport
-
Packages that use EByteOrderMarkSupport Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.utils Package für Utilsklassen -
-
Uses of EByteOrderMarkSupport in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EByteOrderMarkSupport Modifier and Type Method Description static EByteOrderMarkSupport
EByteOrderMarkSupport. valueOf(String name)
Returns the enum constant of this type with the specified name.static EByteOrderMarkSupport[]
EByteOrderMarkSupport. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EByteOrderMarkSupport in de.xima.fc.utils
Methods in de.xima.fc.utils that return EByteOrderMarkSupport Modifier and Type Method Description static EByteOrderMarkSupport
ByteOrderMarkUtil. getByteOrderMarkSupport(Charset charset)
-