Skip to main content

ModelCenter Remote Execution Java API 2026 R1

Class PHXRawFileArray

Last update: 22.06.2026

Packages: com.phoenix_int.aserver.types

↳ java.lang.Object
  ↳ com.phoenix_int.aserver.types.PHXSimpleType
    ↳ com.phoenix_int.aserver.types.PHXSimpleArray
      ↳ com.phoenix_int.aserver.types.PHXRawFileArray

All Implemented Interfaces:


Declaration:

public class PHXRawFileArray
extends PHXSimpleArray

Wraps an array of PHXRawFile variables for the ScriptWrapper utility.

See Also:

Nested Class Summary

Nested classes/interfaces inherited from interface com.phoenix_int.aserver.types.IPHXType2

IPHXType2.IVisitor<t>

Field Summary

Fields inherited from class com.phoenix_int.aserver.types.PHXSimpleArray

_data,_lockDims,_lockResize

Constructor Summary

Constructor and Description
PHXRawFileArray()
PHXRawFileArray(java.lang.Object&nbsp;data)
PHXRawFileArray(PHXRawFileArrayother)
Clone another PHXRawFileArray's value and metadata.

Method Summary

Modifier and Type Method and Description
protected void _getMetaData(PHXSimpleTypev2)
Worker which takes the meta data from an instance of PHXSimpleType and sets it into our meta data.
protected void _setMetaData(PHXSimpleTypev2)
Sets a simple type's meta data based on the meta data in this object.
<t>&nbsp;T Accept(IPHXType2.IVisitor<t>&nbsp;visitor)
Accept a Visitor.
protected java.lang.Object allocateElement(java.lang.Class&nbsp;elementClass)
Allocates a single element in a default state.
PHXRawFileArray createCopy()
Create a copy of this instance, including the value and metadata.
protected boolean dataTypeOK(java.lang.Class&nbsp;c)
Must override this function and return true if the specified class is acceptable as an array element component type.
protected java.lang.Object elementFromString(java.lang.String&nbsp;val)
Sub-classes must provide an implementation of this function which converts a string form of a single element to Object form.
boolean equalsNatural(PHXSimpleTypetoCompare)
Compare this PHXSimpleType to another PHXSimpleType.
void fromFile(int&nbsp;index)
loads the file from disk for an element of an 1D array.
void fromFile(int[]&nbsp;index)
loads the file from disk for an element of an array.
void fromFile(int[]&nbsp;index, java.lang.String&nbsp;fileName)
Sets the filename and then reads from disk for an element of an array.
void fromFile(int&nbsp;index, java.lang.String&nbsp;fileName)
Sets the filename and then reads from disk for an element of an 1D array.
void fromObject(java.lang.Object&nbsp;toRead)
Load the value of this object from the specified object.
void fromString(int[]&nbsp;index, java.lang.String&nbsp;value)
converts a String representation to the internal value for an element of an array
void fromString(int&nbsp;index, java.lang.String&nbsp;value)
converts a String representation to the internal value for an element of an 1D array
java.lang.String getBaseName()
gets the base name of the files stored in the array
java.lang.String getContents(int&nbsp;index()
retrieves the contents of the file for an element of an 1D array
java.lang.String getContents(int[]&nbsp;index()
retrieves the contents of the file for an element of an array
java.lang.String getFileExtension(int&nbsp;index()
Returns the extension of the file for an element of an 1D array
java.lang.String getFileExtension(int[]&nbsp;index()
Returns the extension of the file for an element of an array
boolean getIsBinary()
Tells whether or not the array contains binary files or not.
java.lang.String getMimeType()
get mime type of the files in the array. Currently all elements of an array should have the same mime type.
java.lang.String getName(int&nbsp;index()
retrieves the name of the file for an element of an 1D array
java.lang.String getName(int[]&nbsp;index()
retrieves the name of the file for an element of an array
java.lang.String getNameCoded(int&nbsp;index()
retrieves the name of the file in coded form (without $variables replaced) for an element of an 1D array
java.lang.String getNameCoded(int[]&nbsp;index()
retrieves the name of the file in coded form (without $variables replaced) for an element of an array
java.lang.String[] getNames()
get file names of the elements as an array
java.lang.String[] getNamesCoded()
get coded file names of the elements as an array
java.lang.String getNamesCodedString()
get coded file names of the elements as a comma separated string
java.lang.String getNamesString()
get file names as a comma separated list
java.lang.String[] getURLs()
get URLs of the elements as an array
java.lang.String getURLsString()
get URLs of the elements as a comma separated string
PHXRawFile getValue(int&nbsp;index)
a utility function to return the internal PHXRawFile that represents the array element for the 1D array.
PHXRawFile getValue(int[]&nbsp;index)
a utility function to return the internal PHXRawFile that represents the array element for the array.
boolean hasChanged(int&nbsp;index)
checks to see if the file has changed since the last time getContents() was called for an element of an 1D array
boolean hasChanged(int[]&nbsp;index)
checks to see if the file has changed since the last time getContents() was called for an element of an array
void markAsRead(int&nbsp;index)
set markAsRead flag for an element for an 1D array call this function after you manually get the contents of the file.
void markAsRead(int[]&nbsp;index)
set markAsRead flag for an element for an array call this function after you manually get the contents of the file.
void readFile(int&nbsp;index)
loads the file from disk for an element of an 1D array.
void readFile(int[]&nbsp;index)
loads the file from disk for an element of an array.
void setBaseName(java.lang.String&nbsp;name)
sets the base name of files for this array
void setContents(int[]&nbsp;index, java.lang.String&nbsp;contents)
sets the contents of the file for an array element for an array.
void setContents(int&nbsp;index, java.lang.String&nbsp;contents)
sets the contents of the file for an array element for an 1D array.
void setFileExtension(int[]&nbsp;index, java.lang.String&nbsp;extension)
Sets the extension of the file for an element of an array
void setFileExtension(int&nbsp;index, java.lang.String&nbsp;extension)
Sets the extension of the file for an element of an 1D array
void setIsBinary(boolean&nbsp;value)
Forces elements of this array to be binary or not.
void setMimeType(java.lang.String&nbsp;value)
Set mime type the array. Currently all elements of an array should have the same mime type.
void setName(int[]&nbsp;index, java.lang.String&nbsp;name)
sets the name of the file for an element of an array
void setName(int&nbsp;index, java.lang.String&nbsp;name)
sets the name of the file for an element of an 1D array
void setValue(int[]&nbsp;index,PHXRawFileval)
a utility function to set the internal PHXRawFile that represents the array element for the array.
void setValue(int[]&nbsp;index,PHXSimpleTypeval)
Sets an element as an object of the appropriate PHXSimpleType. Must be overridden in subclasses
void setValue(int[]&nbsp;index, java.lang.String&nbsp;val)
a utility function to set the value of an array element for the 1D array.
void setValue(int&nbsp;index,PHXRawFileval)
a utility function to set the internal PHXRawFile that represents the array element for the 1D array.
void setValue(int&nbsp;index, java.lang.String&nbsp;val)
a utility function to set the value of an array element for the 1D array.
void toFile(int&nbsp;index)
writes the file to disk for an element of an 1D array
void toFile(int[]&nbsp;index)
writes the file to disk for an element of an array
void toFile(int[]&nbsp;index, java.lang.String&nbsp;fileName)
sets the filename and then writes the file to disk for an element of an array.
void toFile(int&nbsp;index, java.lang.String&nbsp;fileName)
sets the filename and then writes the file to disk for an element of an 1D array.
java.lang.String toString(int&nbsp;index)
converts an element of the 1D array to a string
java.lang.String toString(int[]&nbsp;index)
converts an element of the array to a string

Methods inherited from class com.phoenix_int.aserver.types.PHXSimpleArray

_getMetaData, _setMetaData, checkRectangular, copy, fromString, fromString, fromString2, generateFor, generateFor, getArray, getArrayElement, getArrayElement, getComponentType, getComponentType, getDimensions, getDimensions, getFirst, getLength, getLength, getLockResize, getnDIndex, getNumDimensions, getNumDimensions, getSelf, incrementIndex, iterator, lockDimensions, newIndex, parseIndex, resize, setArray, setArrayElement, setArrayElement, setDimensions, setFirst, setLength, setLength, setLockResize, setValue, toString, toString, toString2, toString2, toString2, validElement

Methods inherited from class com.phoenix_int.aserver.types.PHXSimpleType

_copyMetadataFromOther, addPropertyChangeListener, getDescription, getEnumTokens, getHasChanged, getUnits, removePropertyChangeListener, setDescription, setHasChanged, setUnits

Methods inherited from class java.lang.Object

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

Methods inherited from interface java.lang.Iterable

forEach, spliterator

Constructor Detail

PHXRawFileArray

public&nbsp;PHXRawFileArray()

PHXRawFileArray

public&nbsp;PHXRawFileArray(java.lang.Object&nbsp;data)

PHXRawFileArray

public&nbsp;PHXRawFileArray(PHXRawFileArray&nbsp;other)

Clone another PHXRawFileArray's value and metadata.

Parameters:

  • other - the other PHXRawFileArray to clone.

Method Detail

getName

public&nbsp;java.lang.String&nbsp;getName(int&nbsp;index)

Retrieves the name of the file for an element of an 1D array

Parameters:

  • index - array index

Returns:

  • the name of the file

getName

public&nbsp;java.lang.String&nbsp;getName(int[]&nbsp;index)

Retrieves the name of the file for an element of an array

Parameters:

  • index - array index

Returns:

  • the name of the file

getNameCoded

public&nbsp;java.lang.String&nbsp;getNameCoded(int&nbsp;index)

Retrieves the name of the file in coded form (without $variables replaced) for an element of an 1D array

Parameters:

  • index - array index

Returns:

  • the name of the file in coded form

getNameCoded

public&nbsp;java.lang.String&nbsp;getNameCoded(int[]&nbsp;index)

Retrieves the name of the file in coded form (without $variables replaced) for an element of an array

Parameters:

  • index - array index

Returns:

  • the name of the file in coded form

getFileExtension

public&nbsp;java.lang.String&nbsp;getFileExtension(int&nbsp;index)

Returns the extension of the file for an element of an 1D array

Parameters:

  • index - array index

Returns:

  • extension

getFileExtension

public&nbsp;java.lang.String&nbsp;getFileExtension(int[]&nbsp;index)

Returns the extension of the file for an element of an array

Parameters:

  • index - array index

Returns:

  • extension

setFileExtension

public&nbsp;void&nbsp;setFileExtension(int&nbsp;index,
                             java.lang.String&nbsp;extension)
                      throws java.io.IOException

Sets the extension of the file for an element of an 1D array.

It is preferred that you use setName() and let the system automatically figure out the extension based on what you pass in. Then, you can use readFile() and writeFile() without passing filenames to those calls. This allows for progress monitoring to work correctly in all cases.

Parameters:

  • index - array index
  • extension - file extension

Throws:

  • java.io.IOException

setFileExtension

public&nbsp;void&nbsp;setFileExtension(int[]&nbsp;index,
                             java.lang.String&nbsp;extension)
                      throws java.io.IOException

Sets the extension of the file for an element of an array

It is preferred that you use setName() and let the system automatically figure out the extension based on what you pass in. Then, you can use readFile() and writeFile() without passing filenames to those calls. This allows for progress monitoring to work correctly in all cases.

Parameters:

  • index - array index
  • extension - file extension

Throws:

  • java.io.IOException

setName

public&nbsp;void&nbsp;setName(int&nbsp;index,
                    java.lang.String&nbsp;name)
             throws java.io.IOException

Sets the name of the file for an element of an 1D array

Parameters:

  • index - array index
  • name - file name

Throws:

  • java.io.IOException

setName

public&nbsp;void&nbsp;setName(int[]&nbsp;index,
                    java.lang.String&nbsp;name)
             throws java.io.IOException

Sets the name of the file for an element of an array

Parameters:

  • index - array index
  • name - file name

Throws:

  • java.io.IOException

setBaseName

public&nbsp;void&nbsp;setBaseName(java.lang.String&nbsp;name)
                 throws java.io.IOException

Sets the base name of files for this array

Parameters:

  • name - base name

Throws:

  • java.io.IOException

getBaseName

public&nbsp;java.lang.String&nbsp;getBaseName()

Gets the base name of the files stored in the array

Returns:

  • the name

getIsBinary

public&nbsp;boolean&nbsp;getIsBinary()

Tells whether or not the array contains binary files or not.

Simply switches on whether or not the mime type starts with text. Currently all elements of an array should have the same binaryness.

Returns:

  • true if the file is binary

setIsBinary

public&nbsp;void&nbsp;setIsBinary(boolean&nbsp;value)

Forces elements of this array to be binary or not.

If this causes the mode to change, will set the mime type to text/plain or application/octet-stream as appropriate. Currently all elements of an array should have the same binaryness.

Parameters:

  • value - the value to set

getMimeType

public&nbsp;java.lang.String&nbsp;getMimeType()

Get mime type of the files in the array

Currently all elements of an array should have the same mime type.

Returns:

  • mime type

setMimeType

public&nbsp;void&nbsp;setMimeType(java.lang.String&nbsp;value)

Set mime type the array

Currently all elements of an array should have the same mime type.

Parameters:

  • value - the mimeType mime type

getNames

public&nbsp;java.lang.String[]&nbsp;getNames()

Get file names of the elements as an array

Returns:

  • list of file names

getNamesString

public&nbsp;java.lang.String&nbsp;getNamesString()

Get file names as a comma separated list

Returns:

  • list of file names

getNamesCoded

public&nbsp;java.lang.String[]&nbsp;getNamesCoded()

Get coded file names of the elements as an array

Returns:

  • list of coded file names

getNamesCodedString

public&nbsp;java.lang.String&nbsp;getNamesCodedString()

Get coded file names of the elements as a comma separated string

Returns:

  • list of coded file names

getURLs

public&nbsp;java.lang.String[]&nbsp;getURLs()

Get URLs of the elements as an array

Returns:

  • list of file URLs

getURLsString

public&nbsp;java.lang.String&nbsp;getURLsString()

Get URLs of the elements as a comma separated string

Returns:

  • list of file URLs

setContents

public&nbsp;void&nbsp;setContents(int&nbsp;index,
                        java.lang.String&nbsp;contents)
                 throws java.io.IOException

Sets the contents of the file for an array element for an 1D array.

The actual file is not modified until the writeFile() method is issued.

Remember that when dealing with text files, setContents handles Java style strings, which must be in bare LF, or Unix style newline format. In binary format, setContents should be the base64 encoded data.

Parameters:

  • index - array index
  • contents - the contents of the file

Throws:

  • java.io.IOException

setContents

public&nbsp;void&nbsp;setContents(int[]&nbsp;index,
                        java.lang.String&nbsp;contents)
                 throws java.io.IOException

Sets the contents of the file for an array element for an array.

The actual file is not modified until the writeFile() method is issued.

Remember that when dealing with text files, setContents handles Java style strings, which must be in bare LF, or Unix style newline format. In binary format, setContents should be the base64 encoded data.

Parameters:

  • index - array index
  • contents - the contents of the file

Throws:

  • java.io.IOException

getContents

public&nbsp;java.lang.String&nbsp;getContents(int&nbsp;index)
                             throws java.lang.Exception

Retrieves the contents of the file for an element of an 1D array

Parameters:

  • index - array index

Returns:

  • the contents of the file

Throws:

  • java.lang.Exception

getContents

public&nbsp;java.lang.String&nbsp;getContents(int[]&nbsp;index)
                             throws java.io.IOException

Retrieves the contents of the file for an element of an array

Parameters:

  • index - array index

Returns:

  • the contents of the file

Throws:

  • java.io.IOException

fromFile

public&nbsp;void&nbsp;fromFile(int&nbsp;index)
              throws java.io.IOException

Loads the file from disk for an element of an 1D array.

Parameters:

  • index - array index

Throws:

  • java.io.IOException - thrown if the file can't be loaded.

fromFile

public&nbsp;void&nbsp;fromFile(int[]&nbsp;index)
              throws java.io.IOException

Loads the file from disk for an element of an array.

Parameters:

  • index - array index

Throws:

  • java.io.IOException - thrown if the file can't be loaded.

readFile

public&nbsp;void&nbsp;readFile(int&nbsp;index)
              throws java.io.IOException

Loads the file from disk for an element of an 1D array.

Parameters:

  • index - array index

Throws:

  • java.io.IOException - thrown if the file can't be loaded.

readFile

public&nbsp;void&nbsp;readFile(int[]&nbsp;index)
              throws java.io.IOException

Loads the file from disk for an element of an array.

Parameters:

  • index - array index

Throws:

  • java.io.IOException - thrown if the file can't be loaded.

fromFile

public&nbsp;void&nbsp;fromFile(int&nbsp;index,
                     java.lang.String&nbsp;fileName)
              throws java.io.IOException

Sets the filename and then reads from disk for an element of an 1D array.

It is preferred that you use setName() when you create a PHXRawFile and then use readFile() without passing a filename to it. This allows progress monitoring to work correctly in all cases.

Parameters:

  • index - array index
  • fileName - file name

Throws:

  • java.io.IOException - thrown if the file can't be loaded.

fromFile

public&nbsp;void&nbsp;fromFile(int[]&nbsp;index,
                     java.lang.String&nbsp;fileName)
              throws java.io.IOException

Sets the filename and then reads from disk for an element of an array.

It is preferred that you use setName() when you create a PHXRawFile and then use readFile() without passing a filename to it. This allows progress monitoring to work correctly in all cases.

Parameters:

  • index - array index
  • fileName - file name

Throws:

  • java.io.IOException - thrown if the file can't be loaded.

markAsRead

public&nbsp;void&nbsp;markAsRead(int&nbsp;index)

Set markAsRead flag for an element for an 1D array

call this function after you manually get the contents of the file. The function records its name and timestamp for use with the hasChanged() function

Parameters:

  • index - array index

markAsRead

public&nbsp;void&nbsp;markAsRead(int[]&nbsp;index)

Set markAsRead flag for an element for an array

call this function after you manually get the contents of the file. The function records it's name and timestamp for use with the hasChanged() function

Parameters:

  • index - array index

hasChanged

public&nbsp;boolean&nbsp;hasChanged(int&nbsp;index)

Checks to see if the file has changed since the last time getContents() was called for an element of an 1D array

Parameters:

  • index - array index

Returns:

  • true if the timestamp of the file is new, or if the file name has changed

hasChanged

public&nbsp;boolean&nbsp;hasChanged(int[]&nbsp;index)

Checks to see if the file has changed since the last time getContents() was called for an element of an array

Parameters:

  • index - array index

Returns:

  • true if the timestamp of the file is new, or if the file name has changed

toFile

public&nbsp;void&nbsp;toFile(int&nbsp;index,
                   java.lang.String&nbsp;fileName)
            throws java.io.IOException

Sets the filename and then writes the file to disk for an element of an 1D array.

It is preferred that you use setName() when you create a PHXRawFile and then use writeFile() without passing a filename to it. This allows progress monitoring to work correctly in all cases.

Parameters:

  • index - array index
  • fileName - name of the file to write

Throws:

  • java.io.IOException - thrown if the file can't be written.

toFile

public&nbsp;void&nbsp;toFile(int[]&nbsp;index,
                   java.lang.String&nbsp;fileName)
            throws java.io.IOException

Sets the filename and then writes the file to disk for an element of an array.

It is preferred that you use setName() when you create a PHXRawFile and then use writeFile() without passing a filename to it. This allows progress monitoring to work correctly in all cases.

Parameters:

  • index - array index
  • fileName - name of the file to write

Throws:

  • java.io.IOException - thrown if the file can't be written.

toFile

public&nbsp;void&nbsp;toFile(int&nbsp;index)
            throws java.io.IOException

Writes the file to disk for an element of an 1D array

Parameters:

  • index - array index

Throws:

  • java.io.IOException - thrown if the file can't be written.

toFile

public&nbsp;void&nbsp;toFile(int[]&nbsp;index)
            throws java.io.IOException

Writes the file to disk for an element of an array

Parameters:

  • index - array index

Throws:

  • java.io.IOException - thrown if the file can't be written.

toString

public&nbsp;java.lang.String&nbsp;toString(int&nbsp;index)

Converts an element of the 1D array to a string

Overrides:

Parameters:

  • index - array index

Returns:

  • a String representation of the variable

toString

public&nbsp;java.lang.String&nbsp;toString(int[]&nbsp;index)

Converts an element of the array to a string

Overrides:

Parameters:

  • index - array index

Returns:

  • a String representation of the variable

fromString

public&nbsp;void&nbsp;fromString(int&nbsp;index,
                       java.lang.String&nbsp;value)

Converts a String representation to the internal value for an element of an 1D array

Overrides:

Parameters:

  • index - array index
  • value - the value to convert

fromString

public&nbsp;void&nbsp;fromString(int[]&nbsp;index,
                       java.lang.String&nbsp;value)

Converts a String representation to the internal value for an element of an array

Overrides:

Parameters:

  • index - array index
  • value - the value to convert

getValue

public&nbsp;PHXRawFile&nbsp;getValue(int&nbsp;index)

A utility function to return the internal PHXRawFile that represents the array element for the 1D array.

Overrides:

Parameters:

  • index - array index

Returns:

  • array element

getValue

public&nbsp;PHXRawFile&nbsp;getValue(int[]&nbsp;index)

A utility function to return the internal PHXRawFile that represents the array element for the array.

Specified by:

Parameters:

  • index - array index

Returns:

  • array element

setValue

public&nbsp;void&nbsp;setValue(int&nbsp;index,
                     PHXRawFile&nbsp;val)

A utility function to set the internal PHXRawFile that represents the array element for the 1D array.

Parameters:

  • index - array index
  • val - array element to set

setValue

public&nbsp;void&nbsp;setValue(int[]&nbsp;index,
                     PHXRawFile&nbsp;val)

A utility function to set the internal PHXRawFile that represents the array element for the array.

Parameters:

  • index - array index
  • val - array element to set

setValue

public&nbsp;void&nbsp;setValue(int&nbsp;index,
                     java.lang.String&nbsp;val)
              throws java.io.IOException

A utility function to set the value of an array element for the 1D array. This is a synomym of setContent().

Parameters:

  • index - array index
  • val - value to set

Throws:

  • java.io.IOException

setValue

public&nbsp;void&nbsp;setValue(int[]&nbsp;index,
                     java.lang.String&nbsp;val)
              throws java.io.IOException

A utility function to set the value of an array element for the 1D array. This is a synomym of setContent().

Parameters:

  • index - array index
  • val - value to set

Throws:

  • java.io.IOException

dataTypeOK

protected&nbsp;boolean&nbsp;dataTypeOK(java.lang.Class&nbsp;c)

Description copied from class: PHXSimpleArray

Must override this function and return true if the specified class is acceptable as an array element component type.

Specified by:

elementFromString

protected&nbsp;java.lang.Object&nbsp;elementFromString(java.lang.String&nbsp;val)

Description copied from class: PHXSimpleArray

Sub-classes must provide an implementation of this function which converts a string form of a single element to Object form. This is only used when the element type does not implement IPHXType or IPHXType2. For primitives, return the wrapper objects.

Specified by:

_getMetaData

protected&nbsp;void&nbsp;_getMetaData(PHXSimpleType&nbsp;v2)

Description copied from class: PHXSimpleArray

Worker which takes the meta data from an instance of PHXSimpleType and sets it into our meta data. Override this in order to add more custom meta data in sub-classes. Be sure to call super._getMetaData(PHXSimpleType), though!

Overrides:

_setMetaData

protected&nbsp;void&nbsp;_setMetaData(PHXSimpleType&nbsp;v2)

Description copied from class: PHXSimpleArray

Sets a simple type's meta data based on the meta data in this object. Override this to set additional information in sub-classes. Be sure to call super._setMetaData(PHXSimpleType).

Overrides:

allocateElement

protected&nbsp;java.lang.Object&nbsp;allocateElement(java.lang.Class&nbsp;elementClass)
                                    throws java.lang.IllegalAccessException,
                                           java.lang.InstantiationException

Allocates a single element in a default state.

This overrides allocateElement to set the common metadata for the newly created element

Overrides:

Throws:

  • java.lang.IllegalAccessException
  • java.lang.InstantiationException

equalsNatural

public&nbsp;boolean&nbsp;equalsNatural(PHXSimpleType&nbsp;toCompare)
                      throws PHXTypeMismatchException

Compare this PHXSimpleType to another PHXSimpleType. This type of comparison is different than Comparable in that it does a natural comparison between numbers. It is not designed, nor suited, for use in things such as sets, and may behave oddly if put in those circumstances.

Array comparison is handled as follows:

  1. Compare the number of dimensions between the two arrays
  2. Compare the length of dimensions between the two arrays
  3. Compare the values in each of the two arrays

If these three conditions are met, the two arrays are considered naturally equal.

Overrides:

Parameters:

  • toCompare -

Returns:

  • a negative number if this object is less than toCompare, a positive number if this object is greater than toCompare, and zero if these two objects are equal.

Throws:

fromObject

public&nbsp;void&nbsp;fromObject(java.lang.Object&nbsp;toRead)
                throws PHXInvalidTypeException

Load the value of this object from the specified object. This will read the object and attempt to convert it if it is a known type. If the type isn't recognized, it will throw a PHXInvalidTypeException. If there is an error in conversion, it will also throw a PHXInvalidTypeException

NOTE: while it might be logical to think you can create a PHX(Type)Array from, say, an array of java.lang.(Type), that is not currently supported. You MUST use the PHX string array formatting style.

Specified by:

  • fromObject in class PHXSimpleType

Parameters:

  • toRead - to object from which to load this objects value.

Throws:

setValue

public&nbsp;void&nbsp;setValue(int[]&nbsp;index,
                     PHXSimpleType&nbsp;val)

Sets an element as an object of the appropriate PHXSimpleType

Must be overridden in subclasses

Specified by:

Parameters:

  • index - nD array index
  • val - value to set

Accept

public&nbsp;<t>&nbsp;T&nbsp;Accept(IPHXType2.IVisitor<t>&nbsp;visitor)

Accept a Visitor.

Type Parameters:

  • T - Type of the result of the visit.

Parameters:

  • visitor - The visitor to accept.

Returns:

  • The results of the visit.

createCopy

public&nbsp;PHXRawFileArray&nbsp;createCopy()

Create a copy of this instance, including the value and metadata.

Specified by:

  • createCopy in class PHXSimpleType

Returns:

  • a newly constructed copy of this instance.

Connect with Ansys