Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces

   
Interface ENOVIType

 
Class Hierarchy
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVIType
Class Location

Framework : ENOVWebSrvr

Module : EWS0Infra

Class Description

public interface ENOVIType

LCA Object type representation. The interface provides metadata information about an LCA server object type.

Field Summary

Constructor Summary

Method Summary
public String getAlias()
Gets the user displayable name for this type
public ENOVIAttribute getAttribute(String s)
Gets a specific attribute by passing in the attribute ID or name
public Enumeration getAttributes()
Gets the list of ENOVIAttribute objects associated with this type
public ENOVTypeMask getMask()
Gets the mask this type was loaded for
public String getModelerName()
Gets the domain which defines this type
public String getName()
Gets the name of this type
public String getQueryDriver()
Gets the query driver that supports this type
public String getWebTypeName()
Returns the web type name under which this type is defined


Field Detail

Constructor Detail

Method Detail

getAlias

    public String getAlias()

Gets the user displayable name for this type


getAttribute

    public ENOVIAttribute getAttribute(String s)

Gets a specific attribute by passing in the attribute ID or name


getAttributes

    public Enumeration getAttributes()

Gets the list of ENOVIAttribute objects associated with this type


getMask

    public ENOVTypeMask getMask()

Gets the mask this type was loaded for


getModelerName

    public String getModelerName()

Gets the domain which defines this type


getName

    public String getName()

Gets the name of this type


getQueryDriver

    public String getQueryDriver()

Gets the query driver that supports this type


getWebTypeName

    public String getWebTypeName()

Returns the web type name under which this type is defined



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