public class ModulePropertySpecGroup extends Object
ModulePropertySpec
objects that should be displayed together as a group. The group provides the
collection, but also a display name for the group, and a help link that applies
to the group.Constructor and Description |
---|
ModulePropertySpecGroup() |
ModulePropertySpecGroup(ModulePropertySpecGroup other) |
ModulePropertySpecGroup(String displayName) |
ModulePropertySpecGroup(String displayName,
ModulePropertySpec... mps) |
ModulePropertySpecGroup(String displayName,
String helpLink,
ModulePropertySpec... mps) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsModulePropertySpec(String propertyName) |
boolean |
equals(Object other) |
String |
getDisplayName() |
String |
getHelpLink() |
List<ModulePropertySpec> |
getModulePropertySpec() |
ModulePropertySpec |
getModulePropertySpec(String propertyName) |
int |
hashCode() |
void |
setDisplayName(String value) |
void |
setHelpLink(String value) |
void |
setModulePropertySpec(List<ModulePropertySpec> modulePropertySpecs) |
String |
toString() |
public ModulePropertySpecGroup()
public ModulePropertySpecGroup(ModulePropertySpecGroup other)
public ModulePropertySpecGroup(String displayName)
public ModulePropertySpecGroup(String displayName, String helpLink, ModulePropertySpec... mps)
public ModulePropertySpecGroup(String displayName, ModulePropertySpec... mps)
public String getDisplayName()
public void setDisplayName(String value)
public void setModulePropertySpec(List<ModulePropertySpec> modulePropertySpecs)
public List<ModulePropertySpec> getModulePropertySpec()
public ModulePropertySpec getModulePropertySpec(String propertyName)
public boolean containsModulePropertySpec(String propertyName)
public String getHelpLink()
public void setHelpLink(String value)
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.