Uses of Class
com.perforce.p4java.admin.ServerConfigurationValue.ConfigType

Packages that use ServerConfigurationValue.ConfigType
com.perforce.p4java.admin   
 

Uses of ServerConfigurationValue.ConfigType in com.perforce.p4java.admin
 

Methods in com.perforce.p4java.admin that return ServerConfigurationValue.ConfigType
static ServerConfigurationValue.ConfigType ServerConfigurationValue.ConfigType.fromString(String str)
          Tolerant case-insensitive version of fromString.
 ServerConfigurationValue.ConfigType ServerConfigurationValue.getType()
           
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.
 

Methods in com.perforce.p4java.admin with parameters of type ServerConfigurationValue.ConfigType
 ServerConfigurationValue ServerConfigurationValue.setType(ServerConfigurationValue.ConfigType type)
           
 

Constructors in com.perforce.p4java.admin with parameters of type ServerConfigurationValue.ConfigType
ServerConfigurationValue(String serverName, ServerConfigurationValue.ConfigType type, String name, String value)
          Explicit value constructor.
 



Copyright © 2011 Perforce Software. All Rights Reserved.