|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParamValueBean
Method Summary | |
---|---|
abstract void |
addDescription(String description) |
abstract String[] |
getDescriptions() |
abstract String |
getId() |
abstract String |
getParamName() |
abstract String |
getParamValue() |
abstract boolean |
isParamValueSet() |
abstract void |
removeDescription(String description) |
abstract void |
setDescriptions(String[] descriptionArray) |
abstract void |
setId(String id) |
abstract void |
setParamName(String paramName) |
abstract void |
setParamValue(String paramValue) |
Method Detail |
---|
String[] getDescriptions()
void addDescription(String description)
void removeDescription(String description)
void setDescriptions(String[] descriptionArray)
String getParamName()
void setParamName(String paramName)
String getParamValue()
void setParamValue(String paramValue)
boolean isParamValueSet()
String getId()
void setId(String id)
|
Copyright 1996, 2015, 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.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |