Uses of Class
org.nuiton.eugene.models.extension.io.ModelExtensionFormat
-
Packages that use ModelExtensionFormat Package Description org.nuiton.eugene.models.extension.io -
-
Uses of ModelExtensionFormat in org.nuiton.eugene.models.extension.io
Methods in org.nuiton.eugene.models.extension.io that return ModelExtensionFormat Modifier and Type Method Description static ModelExtensionFormatModelExtensionFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelExtensionFormat[]ModelExtensionFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-