public enum JpsSystemProps extends java.lang.Enum<JpsSystemProps>
User: rkng Date: Feb 7, 2006 Time: 12:54:38 PM To change this template use File | Settings | File Templates.
| Modifier and Type | Method and Description | 
|---|---|
| boolean | getBooleanPropertyValue() | 
| java.lang.String | getDefaultValue() | 
| java.lang.String | getPropertyName() | 
| java.lang.String | getSystemProperty() | 
| static JpsSystemProps | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static JpsSystemProps[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
public static final JpsSystemProps ENABLE_JPS
public static final JpsSystemProps OPSS_CONTEXT_FACTORY_PROXY
public static final JpsSystemProps CONTEXT_FACTORY
public static final JpsSystemProps CONFIG_FACTORY
public static final JpsSystemProps SERVER_CONFIG_FACTORY
public static final JpsSystemProps AUTH_CHECK_CFG_PER_EVAL
public static final JpsSystemProps JAVA_POLICY_ENABLE
public static final JpsSystemProps POLICYSTORE_READONLY
public static final JpsSystemProps JAVA_POLICY
public static final JpsSystemProps ORACLE_HOME
public static final JpsSystemProps PCS
public static final JpsSystemProps ORACLE_FARM_NAME
public static final JpsSystemProps ORACLE_INSTANCE
public static final JpsSystemProps ORACLE_INSTANCE_NAME
public static final JpsSystemProps COMMON_COMPONENTS_HOME
public static JpsSystemProps[] values()
for (JpsSystemProps c : JpsSystemProps.values())
    System.out.println(c);
public static JpsSystemProps valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPropertyName()
public java.lang.String getDefaultValue()
public boolean getBooleanPropertyValue()
public java.lang.String getSystemProperty()