public interface IParameterDescriptor
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the localizable name of this parameter.
|
String |
getName()
Gets the programming name of this parameter.
|
Object |
getParent()
Gets the object where this parameter is instantiated.
|
Method |
getReadMethod()
Gets the method to obtain the current value of this parameter.
|
String |
getShortDescription()
Gets the short localizable description of this parameter.
|
Type |
getType()
Gets the type of this parameter.
|
Method |
getWriteMethod()
Gets the method to set a new value for this this parameter.
|
void |
setDisplayName(String displayName)
Sets the localizable name of this parameter.
|
void |
setShortDescription(String shortDescription)
Gets the short localizable description of this parameter.
|
String getName()
getMyText and setMyText must be named myTextString getDisplayName()
void setDisplayName(String displayName)
displayName - the new localizable name of this parameter.String getShortDescription()
void setShortDescription(String shortDescription)
shortDescription - the new short localizable description of this parameter.Type getType()
Method getReadMethod()
Method getWriteMethod()
Object getParent()
Copyright © 2021. All rights reserved.