public class ParametersDescription extends Object
| Constructor and Description |
|---|
ParametersDescription(Object originalObject)
Creates a new ParametersDescription object for a given parent object.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDescriptor |
add(String name,
String displayName,
String shortDescription)
Adds a descriptor to this description.
|
ParameterDescriptor |
get(String name)
Gets the descriptor for a given parameter.
|
Map<String,ParameterDescriptor> |
getDescriptors()
Gets a map of all the parameter descriptors for this description.
|
public ParametersDescription(Object originalObject)
originalObject - the object described.public Map<String,ParameterDescriptor> getDescriptors()
public ParameterDescriptor get(String name)
name - the name of the parameter to lookup.public ParameterDescriptor add(String name, String displayName, String shortDescription)
name - the name of the parameter.displayName - the localizable display name for this parameter.shortDescription - a short localizable description for this parameter.Copyright © 2022. All rights reserved.