Uses of Enum
org.vafer.jdeb.debian.ControlField.Type
Packages that use ControlField.Type
-
Uses of ControlField.Type in org.vafer.jdeb.debian
Methods in org.vafer.jdeb.debian that return ControlField.TypeModifier and TypeMethodDescriptionControlField.getType()static ControlField.TypeReturns the enum constant of this type with the specified name.static ControlField.Type[]ControlField.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.vafer.jdeb.debian with parameters of type ControlField.TypeModifierConstructorDescriptionControlField(String name, boolean mandatory, ControlField.Type type)ControlField(String name, boolean mandatory, ControlField.Type type, boolean firstLineEmpty)