public class PluginResourcePropertyGroup extends Object implements IPluginResource
| Constructor and Description |
|---|
PluginResourcePropertyGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Returns the name of the associated property group.
|
void |
register(CareWebShell shell,
ElementBase owner,
boolean register)
Registers/unregisters a property group resource.
|
void |
setGroup(String group)
Sets the name of the associated property group.
|
public String getGroup()
public void setGroup(String group)
group - The property group name.public void register(CareWebShell shell, ElementBase owner, boolean register)
register in interface IPluginResourceshell - The running shell.owner - Owner of the resource.register - If true, register the resource. If false, unregister it.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.