public class PVU extends Object
| Constructor and Description |
|---|
PVU() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(String key,
String commnet,
String value,
boolean isReadOnly,
boolean isSave) |
static boolean |
getBooleanValue(String key) |
static Map<String,ProjectVariable> |
getParameters() |
static String |
getValue(String key) |
static boolean |
isDev() |
static void |
setValue(ProjectVariable variable,
boolean isSave) |
static int |
size() |
public static void add(String key, String commnet, String value, boolean isReadOnly, boolean isSave)
public static void setValue(ProjectVariable variable, boolean isSave)
public static int size()
public static Map<String,ProjectVariable> getParameters()
public static boolean getBooleanValue(String key)
public static boolean isDev()
Copyright © 2021. All rights reserved.