Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.coherence.descriptor.wl
Interface CoherenceInitParamBean

All Superinterfaces:
SettableBean

public interface CoherenceInitParamBean
extends SettableBean

Access limited to the following security roles:
Deployer

Field Summary
static String BOOLEAN_TYPE
           
static String BOOLEAN_TYPE_ABBREV
           
static String DATE_TYPE
           
static String DATE_TYPE_ABBREV
           
static String DATETIME_TYPE
           
static String DATETIME_TYPE_ABBREV
           
static String DECIMAL_TYPE
           
static String DECIMAL_TYPE_ABBREV
           
static String DOUBLE_TYPE
           
static String DOUBLE_TYPE_ABBREV
           
static String FILE_TYPE
           
static String FILE_TYPE_ABBREV
           
static String INT_TYPE
           
static String INT_TYPE_ABBREV
           
static String LONG_TYPE
           
static String LONG_TYPE_ABBREV
           
static String STRING_TYPE
           
static String STRING_TYPE_ABBREV
           
static String TIME_TYPE
           
static String TIME_TYPE_ABBREV
           
 
Method Summary
 String getName()
          A unique name that identifies this initialization parameter.
 String getParamType()
           The parameter type.
 String getParamValue()
           The parameter value.
 void setName(String name)
          A unique name that identifies this initialization parameter.
 void setParamType(String paramType)
           Sets the parameter type.
 void setParamValue(String paramValue)
           Sets the parameter value.
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Field Detail

STRING_TYPE_ABBREV

static final String STRING_TYPE_ABBREV
See Also:
Constant Field Values

STRING_TYPE

static final String STRING_TYPE
See Also:
Constant Field Values

BOOLEAN_TYPE_ABBREV

static final String BOOLEAN_TYPE_ABBREV
See Also:
Constant Field Values

BOOLEAN_TYPE

static final String BOOLEAN_TYPE
See Also:
Constant Field Values

INT_TYPE_ABBREV

static final String INT_TYPE_ABBREV
See Also:
Constant Field Values

INT_TYPE

static final String INT_TYPE
See Also:
Constant Field Values

LONG_TYPE_ABBREV

static final String LONG_TYPE_ABBREV
See Also:
Constant Field Values

LONG_TYPE

static final String LONG_TYPE
See Also:
Constant Field Values

DOUBLE_TYPE_ABBREV

static final String DOUBLE_TYPE_ABBREV
See Also:
Constant Field Values

DOUBLE_TYPE

static final String DOUBLE_TYPE
See Also:
Constant Field Values

DECIMAL_TYPE_ABBREV

static final String DECIMAL_TYPE_ABBREV
See Also:
Constant Field Values

DECIMAL_TYPE

static final String DECIMAL_TYPE
See Also:
Constant Field Values

FILE_TYPE_ABBREV

static final String FILE_TYPE_ABBREV
See Also:
Constant Field Values

FILE_TYPE

static final String FILE_TYPE
See Also:
Constant Field Values

DATE_TYPE_ABBREV

static final String DATE_TYPE_ABBREV
See Also:
Constant Field Values

DATE_TYPE

static final String DATE_TYPE
See Also:
Constant Field Values

TIME_TYPE_ABBREV

static final String TIME_TYPE_ABBREV
See Also:
Constant Field Values

TIME_TYPE

static final String TIME_TYPE
See Also:
Constant Field Values

DATETIME_TYPE_ABBREV

static final String DATETIME_TYPE_ABBREV
See Also:
Constant Field Values

DATETIME_TYPE

static final String DATETIME_TYPE
See Also:
Constant Field Values
Method Detail

getName

String getName()
A unique name that identifies this initialization parameter.


setName

void setName(String name)
A unique name that identifies this initialization parameter.


getParamType

String getParamType()

The parameter type.


setParamType

void setParamType(String paramType)

Sets the parameter type.

Default Value:
CoherenceInitParamBean.STRING_TYPE_ABBREV
Valid Values:
CoherenceInitParamBean.STRING_TYPE_ABBREV,CoherenceInitParamBean.STRING_TYPE,CoherenceInitParamBean.BOOLEAN_TYPE_ABBREV,CoherenceInitParamBean.BOOLEAN_TYPE,CoherenceInitParamBean.INT_TYPE_ABBREV,CoherenceInitParamBean.INT_TYPE,CoherenceInitParamBean.LONG_TYPE_ABBREV,CoherenceInitParamBean.LONG_TYPE,CoherenceInitParamBean.DOUBLE_TYPE_ABBREV,CoherenceInitParamBean.DOUBLE_TYPE,CoherenceInitParamBean.DECIMAL_TYPE_ABBREV,CoherenceInitParamBean.DECIMAL_TYPE,CoherenceInitParamBean.FILE_TYPE_ABBREV,CoherenceInitParamBean.FILE_TYPE,CoherenceInitParamBean.DATE_TYPE_ABBREV,CoherenceInitParamBean.DATE_TYPE,CoherenceInitParamBean.TIME_TYPE_ABBREV,CoherenceInitParamBean.TIME_TYPE,CoherenceInitParamBean.DATETIME_TYPE_ABBREV,CoherenceInitParamBean.DATETIME_TYPE

getParamValue

String getParamValue()

The parameter value.


setParamValue

void setParamValue(String paramValue)

Sets the parameter value.

Default Value:
""

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01