Uses of Class
cdc.issues.core.IssuesFormat
-
-
Uses of IssuesFormat in cdc.issues.core
Methods in cdc.issues.core that return IssuesFormat Modifier and Type Method Description static IssuesFormatIssuesFormat. from(File file)static IssuesFormatIssuesFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static IssuesFormat[]IssuesFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-