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 String
name()
The DB name of the table.String
userLabel()
The display name of the table.
-
-
-
Method Detail
-
name
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
String userLabel()
The display name of the table.
Getter method for the COM property "UserLabel"
- Returns:
- Returns a value of type java.lang.String
-
-