com.phoenix_int.aserver.types
Interface IPHXType

All Known Subinterfaces:
IPHXType2
All Known Implementing Classes:
PHXBoolean, PHXBooleanArray, PHXDouble, PHXDoubleArray, PHXFile, PHXGeometry, PHXInteger, PHXLong, PHXLongArray, PHXObjectArray, PHXRawFile, PHXRawFileArray, PHXReference, PHXScriptObject, PHXSimpleArray, PHXSimpleType, PHXString, PHXStringArray

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

fromString

void fromString(java.lang.String value)
Set the value for the variable using a string

Parameters:
value - the value of the variable

toString

java.lang.String toString()
Gets the value for the variable

Overrides:
toString in class java.lang.Object
Returns:
the value as a String