You are here: Reference > Rule types > Libraries > Library form - Completing the Static Variables tab

Library form
Completing the Static Variables tab

  1. About 
  2. New 
  3. Packages 
  4. Static Variables 
  5. History 
  6. More... 

To define a Java static variable in your library, enter it on this tab. The constants that you enter are available to all functions in the library. All data in this tab is optional.

Field

Description

Name

add rowEnter the name of a Java static variable, for example DEBUGGER4. By convention, use uppercase names for static variables. (You can use lowercase letters if you want.)

Data Type

Select a Java data type for the constant, such as int or Boolean.

Value

Enter a literal value for the static variable. See Constants in Expressions.

About Library rules