Skip to main content

ModelCenter Remote Execution Java API 2026 R1

Class: PHXVariableInfo

Last update: 22.06.2026

Package: com.phoenix_int.aserver

Class Hierarchy

↳ java.lang.Object
  ↳ com.phoenix_int.aserver.PHXVariableInfo

Declaration

public class PHXVariableInfo
extends java.lang.Object

This is a utility class for holding parsing information about a variable.

Constructor Summary

Constructor and Description
PHXVariableInfo()
Creates an uninitialized object.
PHXVariableInfo(java.lang.String name, boolean input, java.lang.Object var)

Method Summary

Modifier and Type Method and Description
java.lang.String getName()
java.lang.String getType()
java.lang.Object getVariable()
void initialize(java.lang.String name, boolean input, java.lang.Object var)
Initializes the variable
boolean isInput()
void setVariable(java.lang.Object var)

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PHXVariableInfo

public PHXVariableInfo()

Creates an uninitialized object. Initialize must be called before any of the methods will work properly.

PHXVariableInfo

public PHXVariableInfo(java.lang.String name, boolean input, java.lang.Object var)
    throws PHXInvalidNameException

Parameters:

  • name - the name of the variable
  • input - true if the variable is an input, false if an output
  • var - the actual variable

Throws:

Method Detail

initialize

public void initialize(java.lang.String name, boolean input, java.lang.Object var)
    throws PHXInvalidNameException

Initializes the variable

Parameters:

  • name - the name of the variable
  • input - true if the variable is an input, false if an output
  • var - the actual variable

Throws:

getName

public java.lang.String getName()

isInput

public boolean isInput()

getVariable

public java.lang.Object getVariable()

setVariable

public void setVariable(java.lang.Object var)

getType

public java.lang.String getType()

Connect with Ansys