|
|
|||||
| Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces |
Interface ENOVIType
|
| Class Hierarchy |
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVIType
| Class Location |
| 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 |
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