Skip to main content

ModelCenter Remote Execution Java API 2026 R1

Interface: IPHXType

Last update: 22.06.2026

Package: com.phoenix_int.aserver.types

All Known Subinterfaces:

All Known Implementing Classes:


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:

  • toString in class java.lang.Object

Returns:

  • the value as a String

Connect with Ansys