|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPHXRefPropInfo
This interface provides information about a reference property:
| Method Summary | |
|---|---|
void |
enumValuesFromString(java.lang.String enumValues)
|
java.lang.String[] |
getEnumValues()
lists enum values |
boolean |
getInput()
retrieves an indicator of whether the ref prop is an input or an output. |
java.lang.String |
getName()
retrieves the name of the variable |
java.lang.String |
getTitle()
retrieves a title of the ref prop. |
java.lang.String |
getType()
retrieves the current type of the variable |
void |
setEnumValues(java.lang.String[] enumValues)
sets the enum values |
void |
setInput(boolean value)
sets an indicator for the ref prop |
void |
setTitle(java.lang.String value)
sets a title of the ref prop |
| Methods inherited from interface com.phoenix_int.aserver.types.IPHXDescription |
|---|
getDescription, setDescription |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getType()
java.lang.String getTitle()
void setTitle(java.lang.String value)
value - a title for the ref propboolean getInput()
void setInput(boolean value)
value - an indicator for the ref propjava.lang.String[] getEnumValues()
void setEnumValues(java.lang.String[] enumValues)
enumValues - an array of enum valuesvoid enumValuesFromString(java.lang.String enumValues)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||