Package com.dassault_systemes.vpmdesktop.vdk0base.infra

   
Class AbstractENOVObject

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.vpmdesktop.vdk0base.infra.AbstractENOVObject
Class Location

Framework : VPMDesktop

Module : VDK0Base

Class Description

public abstract class AbstractENOVObject

Abstract class implements ENOVIObject interface.

you must use this class as it is and it should not be extended.

   All Implemented Interfaces:
ENOVIObject
Field Summary

Constructor Summary
AbstractENOVObject()

Method Summary
Object getInternalValue(String sAttrName)
Object getInternalValue(ENOVIAttribute oAttrDesc)
String getInternalStringValue(String sAttrName)
String getInternalStringValue(ENOVIAttribute oAttrDesc)
String[] getInternalStringArrayValue(String sAttrName)
String[] getInternalStringArrayValue(ENOVIAttribute oAttrDesc)
String getExternalStringValue(String sAttrName)
String getExternalStringValue(ENOVIAttribute oAttrDesc)
String[] getExternalStringArrayValue(String sAttrName)
String[] getExternalStringArrayValue(ENOVIAttribute oAttrDesc)


Field Detail

Constructor Detail

AbstractENOVObject

    AbstractENOVObject()


Method Detail

getInternalValue

    Object getInternalValue(String sAttrName)

Returns the value for an attribute without translation to external value. If there is more than one attribute with this name, the last occurrence will be returned.

Parameters:
sAttrName
the attribute name.
Returns:
the attribute value.

getInternalValue

    Object getInternalValue(ENOVIAttribute oAttrDesc)

Returns the value for an attribute without translation to external value.

Parameters:
oAttrDesc
the attribute definition.
Returns:
the attribute value.

getInternalStringValue

    String getInternalStringValue(String sAttrName)

Returns the string value for an attribute without translation to external value. If there is more than one attribute with this name, the last occurrence will be returned. Do not use this method for list type attribute instead use getInternalStringArrayValue method.

Parameters:
sAttrName
the attribute name.
Returns:
the attribute value.

getInternalStringValue

    String getInternalStringValue(ENOVIAttribute oAttrDesc)

Returns the string value for an attribute without translation to external value. Do not use this method for list type attribute instead use getInternalStringArrayValue method.

Parameters:
oAttrDesc
the attribute definition.
Returns:
the attribute value.

getInternalStringArrayValue

    String[] getInternalStringArrayValue(String sAttrName)

Returns the list of values for a list type attribute without translation to external value. If there is more than one attribute with this name, the last occurrence will be returned.

Parameters:
sAttrName
the attribute name.
Returns:
the attribute value.

getInternalStringArrayValue

    String[] getInternalStringArrayValue(ENOVIAttribute oAttrDesc)

Returns the list of values for a list type attribute without translation to external value.

Parameters:
oAttrDesc
the attribute definition.
Returns:
the attribute value.

getExternalStringValue

    String getExternalStringValue(String sAttrName)

Returns the value for an attribute after translation to external value. If there is more than one attribute with this name, the last occurrence will be returned. Do not use this method for list type attribute instead use getExternalStringArrayValue method.

Parameters:
sAttrName
the attribute name.
Returns:
the attribute value.

getExternalStringValue

    String getExternalStringValue(ENOVIAttribute oAttrDesc)

Returns the value for an attribute after translation to external value. Do not use this method for list type attribute instead use getExternalStringArrayValue method.

Parameters:
oAttrDesc
the attribute definition.
Returns:
the attribute value.

getExternalStringArrayValue

    String[] getExternalStringArrayValue(String sAttrName)

Returns the list of values for a list type attribute after translation to external values. If there is more than one attribute with this name, the last occurrence will be returned.

Parameters:
sAttrName
the attribute name.
Returns:
the attribute value.

getExternalStringArrayValue

    String[] getExternalStringArrayValue(ENOVIAttribute oAttrDesc)

Returns the list of values for a list type attribute after translation to external value.

Parameters:
oAttrDesc
the attribute definition.
Returns:
the attribute value.


Copyright © 2000, Dassault Systèmes. All rights reserved