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 voidSchemaFunction.addInfo(Netlicensing netlicensing, String id, InfoEnum type, String value) Creates and addsInfoobject toNetlicensingobject -
Uses of InfoEnum in com.labs64.netlicensing.schema.context
Fields in com.labs64.netlicensing.schema.context declared as InfoEnumModifier and TypeFieldDescriptionprotected InfoEnumInfo.typeInfo element type (error, warning, info)Methods in com.labs64.netlicensing.schema.context that return InfoEnumModifier and TypeMethodDescriptionstatic InfoEnumGets the enum associated to the value passed as parameter.Info.getType()Info element type (error, warning, info)static InfoEnumReturns 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 TypeMethodDescriptionvoidSets the value of the type property.Constructors in com.labs64.netlicensing.schema.context with parameters of type InfoEnum