| Package | Description |
|---|---|
| com.perforce.p4java.admin |
| Modifier and Type | Method and Description |
|---|---|
static ServerConfigurationValue.ConfigType |
ServerConfigurationValue.ConfigType.fromString(String str)
Tolerant case-insensitive version of fromString.
|
ServerConfigurationValue.ConfigType |
ServerConfigurationValue.getType()
Gets the type.
|
static ServerConfigurationValue.ConfigType |
ServerConfigurationValue.ConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfigurationValue.ConfigType[] |
ServerConfigurationValue.ConfigType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConfigurationValue |
ServerConfigurationValue.setType(ServerConfigurationValue.ConfigType type)
Sets the type.
|
| Constructor and Description |
|---|
ServerConfigurationValue(String serverName,
ServerConfigurationValue.ConfigType type,
String name,
String value)
Explicit value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.