|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPHXType
The interface for all Phoenix types. Phoenix types are usually composite classes that provide subproperties for things like descriptions, units, etc. Implementing this interface permits the Analysis Server to set and get values directly from the object even though the value may actually be stored as a sub-property.
| Method Summary | |
|---|---|
void |
fromString(java.lang.String value)
Set the value for the variable using a string |
java.lang.String |
toString()
Gets the value for the variable |
| Method Detail |
|---|
void fromString(java.lang.String value)
value - the value of the variablejava.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||