Uses of Enum
com.labs64.netlicensing.schema.context.InfoEnum
Packages that use InfoEnum
-
Uses of InfoEnum in com.labs64.netlicensing.schema
Methods in com.labs64.netlicensing.schema with parameters of type InfoEnumModifier and TypeMethodDescriptionstatic void
SchemaFunction.addInfo
(Netlicensing netlicensing, String id, InfoEnum type, String value) Creates and addsInfo
object toNetlicensing
object -
Uses of InfoEnum in com.labs64.netlicensing.schema.context
Fields in com.labs64.netlicensing.schema.context declared as InfoEnumModifier and TypeFieldDescriptionprotected InfoEnum
Info.type
Info element type (error, warning, info)Methods in com.labs64.netlicensing.schema.context that return InfoEnumModifier and TypeMethodDescriptionstatic InfoEnum
Gets the enum associated to the value passed as parameter.Info.getType()
Info element type (error, warning, info)static InfoEnum
Returns the enum constant of this type with the specified name.static InfoEnum[]
InfoEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.labs64.netlicensing.schema.context with parameters of type InfoEnumModifier and TypeMethodDescriptionvoid
Sets the value of the type property.Constructors in com.labs64.netlicensing.schema.context with parameters of type InfoEnum