|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParameterDescriptor
Provides the different information common to all types of parameters used to configure steps, filters, and other okapi components.
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the localizable name of this parameter. |
java.lang.String |
getName()
Gets the programming name of this parameter. |
java.lang.Object |
getParent()
Gets the object where this parameter is instantiated. |
java.lang.reflect.Method |
getReadMethod()
Gets the method to obtain the current value of this parameter. |
java.lang.String |
getShortDescription()
Gets the short localizable description of this parameter. |
java.lang.reflect.Type |
getType()
Gets the type of this parameter. |
java.lang.reflect.Method |
getWriteMethod()
Gets the method to set a new value for this this parameter. |
void |
setDisplayName(java.lang.String displayName)
Sets the localizable name of this parameter. |
void |
setShortDescription(java.lang.String shortDescription)
Gets the short localizable description of this parameter. |
| Method Detail |
|---|
java.lang.String getName()
getMyText and setMyText must be named myText
java.lang.String getDisplayName()
void setDisplayName(java.lang.String displayName)
displayName - the new localizable name of this parameter.java.lang.String getShortDescription()
void setShortDescription(java.lang.String shortDescription)
shortDescription - the new short localizable description of this parameter.java.lang.reflect.Type getType()
java.lang.reflect.Method getReadMethod()
java.lang.reflect.Method getWriteMethod()
java.lang.Object getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||