Package step.repository.alm.otaclient
Interface ITableProperties
-
- All Superinterfaces:
com4j.Com4jObject
public interface ITableProperties extends com4j.Com4jObject
Description of a database table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
The DB name of the table.java.lang.String
userLabel()
The display name of the table.
-
-
-
Method Detail
-
name
java.lang.String name()
The DB name of the table.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
userLabel
java.lang.String userLabel()
The display name of the table.
Getter method for the COM property "UserLabel"
- Returns:
- Returns a value of type java.lang.String
-
-