Package | Description |
---|---|
com.perforce.p4java.admin |
Modifier and Type | Method and Description |
---|---|
static ServerConfigurationValue.ConfigType |
ServerConfigurationValue.ConfigType.fromString(java.lang.String str)
Tolerant case-insensitive version of fromString.
|
ServerConfigurationValue.ConfigType |
ServerConfigurationValue.getType()
Gets the type.
|
static ServerConfigurationValue.ConfigType |
ServerConfigurationValue.ConfigType.valueOf(java.lang.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(java.lang.String serverName,
ServerConfigurationValue.ConfigType type,
java.lang.String name,
java.lang.String value)
Explicit value constructor.
|
Copyright © 2018 Perforce Software. All Rights Reserved.