public static class ModuleOptionsComponent.Value extends Object
| Constructor and Description |
|---|
ModuleOptionsComponent.Value() |
ModuleOptionsComponent.Value(String code,
String flag,
String type)
Three possible flags can be set.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getFlag() |
LinkedHashMap<String,Object> |
getOptions() |
String |
getType() |
void |
setCode(String code) |
void |
setFlag(String flag) |
void |
setOptions(LinkedHashMap<String,Object> options) |
void |
setType(String type) |
String |
toString() |
public ModuleOptionsComponent.Value()
public ModuleOptionsComponent.Value(String code, String flag, String type)
code - flag - type - public String getType()
public void setType(String type)
public String getFlag()
public void setFlag(String flag)
public String getCode()
public void setCode(String code)
public LinkedHashMap<String,Object> getOptions()
public void setOptions(LinkedHashMap<String,Object> options)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.