Interface: IPHXType
Last update: 22.06.2026Package: com.phoenix_int.aserver.types
All Known Subinterfaces:
All Known Implementing Classes:
- PHXBoolean
- PHXBooleanArray
- PHXDouble
- PHXDoubleArray
- PHXFile
- PHXGeometry
- PHXInteger
- PHXLong
- PHXLongArray
- PHXObjectArray
- PHXRawFile
- PHXRawFileArray
- PHXReference
- PHXScriptObject
- PHXSimpleArray
- PHXSimpleType
- PHXString
- PHXStringArray
Declaration
public interface IPHXType
The interface for all MCRE types. MCRE types are usually composite classes that provide subproperties for things like descriptions, units, etc. Implementing this interface permits ModelCenter Remote Execution to set and get values directly from the object even though the value may actually be stored as a sub-property.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
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:
toStringin classjava.lang.Object
Returns:
- the value as a String