|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phoenix_int.aserver.types.PHXRefArrayProperty
public class PHXRefArrayProperty
This is a class for holding properties of a reference object
| Method Summary | |
|---|---|
void |
enumValuesFromString(java.lang.String enumValues)
sets the enum values from a comma-separated list of values |
java.lang.String |
getDescription()
retrieves a description of the ref prop |
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 |
java.lang.String |
getValues(int index)
sets the value for the variable |
void |
setDescription(java.lang.String value)
sets a description of the ref prop |
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 |
void |
setValues(int index,
java.lang.String v)
sets the value for the variable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
getName in interface IPHXRefPropInfopublic java.lang.String getDescription()
getDescription in interface IPHXDescriptionpublic void setDescription(java.lang.String value)
setDescription in interface IPHXDescriptionvalue - a description of the ref proppublic java.lang.String getTitle()
getTitle in interface IPHXRefPropInfopublic void setTitle(java.lang.String value)
setTitle in interface IPHXRefPropInfovalue - a title for the ref proppublic boolean getInput()
getInput in interface IPHXRefPropInfopublic void setInput(boolean value)
setInput in interface IPHXRefPropInfovalue - an indicator for the ref proppublic java.lang.String getValues(int index)
v - the value
public void setValues(int index,
java.lang.String v)
v - the valuepublic java.lang.String getType()
getType in interface IPHXRefPropInfopublic java.lang.String[] getEnumValues()
getEnumValues in interface IPHXRefPropInfopublic void setEnumValues(java.lang.String[] enumValues)
setEnumValues in interface IPHXRefPropInfoenumValues - an array enum valuespublic void enumValuesFromString(java.lang.String enumValues)
enumValuesFromString in interface IPHXRefPropInfoenumValues - a comma-separated list of values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||