Uses of Enum Class
ca.mcscert.jpipe.compiler.Format
Packages that use Format
-
Uses of Format in ca.mcscert.jpipe.compiler
Subclasses with type arguments of type Format in ca.mcscert.jpipe.compilerMethods in ca.mcscert.jpipe.compiler that return FormatModifier and TypeMethodDescriptionCompilationConfig.format()Returns the value of theformatrecord component.static FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.mcscert.jpipe.compiler with parameters of type FormatModifierConstructorDescriptionCompilationConfig(String inputFile, String outputFile, Format format, String diagramName) Creates an instance of aCompilationConfigrecord class.