static public method O2GSystemProperty.valueOf

Brief

Returns the enum constant of the enum type O2GSystemProperty with the specified name.

Declaration
Java
O2GSystemProperty  valueOf (String name)

Parameters
name

Name of the system property.

Declared in O2GSystemProperty

back