Class Product
- java.lang.Object
-
- jetbrains.buildServer.license.data.Product
-
public class Product extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FABRIQUE
static int
IDEA
static int
IDEA_SUPPORT
static int
TEAMCITY
-
Constructor Summary
Constructors Constructor Description Product()
-
-
-
Field Detail
-
IDEA
public static final int IDEA
- See Also:
- Constant Field Values
-
IDEA_SUPPORT
public static final int IDEA_SUPPORT
- See Also:
- Constant Field Values
-
FABRIQUE
public static final int FABRIQUE
- See Also:
- Constant Field Values
-
TEAMCITY
public static final int TEAMCITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static String toString(int product)
-
-