Uses of Class
org.eclipse.packager.rpm.header.Type
-
Packages that use Type Package Description org.eclipse.packager.rpm.header -
-
Uses of Type in org.eclipse.packager.rpm.header
Methods in org.eclipse.packager.rpm.header that return Type Modifier and Type Method Description TypeHeaderEntry. getType()static TypeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.packager.rpm.header with parameters of type Type Constructor Description HeaderEntry(Type type, int tag, int count, byte[] data)
-