jsdai.lang
Class ComplexEntityValue

java.lang.Object
  extended byjsdai.lang.ComplexEntityValue

public class ComplexEntityValue
extends java.lang.Object

This class is for internal JSDAI use only. Applications shall not use it.


Field Summary
 EntityValue[] entityValues
          This field is for internal JSDAI use only.
 boolean xim_special_substitute_instance
          This field is for internal JSDAI use only.
 
Constructor Summary
ComplexEntityValue()
          The constructor of this class.
 
Method Summary
 void addEntityValue(EntityValue eval)
          This method is for internal JSDAI use only.
 void attachEntity(jsdai.dictionary.CSchema_definition schema)
          This method is for internal JSDAI use only.
 void clear()
          This method is for internal JSDAI use only.
 jsdai.dictionary.ANamed_type findDataTypes()
          This method is for internal JSDAI use only.
 EntityValue getEntityValue(jsdai.dictionary.EEntity_definition part_def)
          This method is for internal JSDAI use only.
 void removeEntityValue(jsdai.dictionary.EEntity_definition del_def)
          This method is for internal JSDAI use only.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entityValues

public EntityValue[] entityValues
This field is for internal JSDAI use only. Applications shall not use it.


xim_special_substitute_instance

public boolean xim_special_substitute_instance
This field is for internal JSDAI use only. Applications shall not use it.

Since:
4.0.0
Constructor Detail

ComplexEntityValue

public ComplexEntityValue()
The constructor of this class. Used in CAggregate, CEntity, PhFileReader, PhFileWriter and SdaiModel.

Method Detail

getEntityValue

public EntityValue getEntityValue(jsdai.dictionary.EEntity_definition part_def)
                           throws SdaiException
This method is for internal JSDAI use only. Applications shall not use it.

Throws:
SdaiException

clear

public void clear()
           throws SdaiException
This method is for internal JSDAI use only. Applications shall not use it.

Throws:
SdaiException

findDataTypes

public jsdai.dictionary.ANamed_type findDataTypes()
                                           throws SdaiException
This method is for internal JSDAI use only. Applications shall not use it.

Throws:
SdaiException

addEntityValue

public void addEntityValue(EntityValue eval)
                    throws SdaiException
This method is for internal JSDAI use only. Applications shall not use it.

Throws:
SdaiException

removeEntityValue

public void removeEntityValue(jsdai.dictionary.EEntity_definition del_def)
                       throws SdaiException
This method is for internal JSDAI use only. Applications shall not use it.

Throws:
SdaiException

attachEntity

public void attachEntity(jsdai.dictionary.CSchema_definition schema)
                  throws SdaiException
This method is for internal JSDAI use only. Applications shall not use it.

Throws:
SdaiException

toString

public java.lang.String toString()

Copyright © LKSoftWare GmbH, 1999-2008