Uses of Enum Class
net.sourceforge.plantuml.version.LicenseType
Packages that use LicenseType
-
Uses of LicenseType in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version that return LicenseTypeModifier and TypeMethodDescriptionstatic LicenseTypeLicenseType.fromInt(int type) final LicenseTypeLicenseInfo.getLicenseType()static LicenseTypeReturns the enum constant of this class with the specified name.static LicenseType[]LicenseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.version with parameters of type LicenseTypeModifierConstructorDescriptionLicenseInfo(LicenseType type, long generationDate, long expirationDate, String owner, String context, byte[] sha)