Package step.repository.alm.otaclient
Interface IStringRepresentation
-
- All Superinterfaces:
com4j.Com4jObject
public interface IStringRepresentation extends com4j.Com4jObject
The string representation of the object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toString_()
The string representation of the object.
-
-
-
Method Detail
-
toString_
String toString_()
The string representation of the object.
- Returns:
- Returns a value of type java.lang.String
-
-