Package com.solibri.smc.api.bcflive
Interface BCFServer
public interface BCFServer
BCF server interface provides access to the properties of a supported BCF-API Server.
- Since:
- 9.12.0
-
Method Summary
Modifier and Type Method Description String
getUniqueId()
Returns the unique id for this server.String
getUrl()
Returns the url of this server.
-
Method Details
-
getUniqueId
Returns the unique id for this server.- Returns:
- the unique id
- Since:
- 9.12.0
-
getUrl
Returns the url of this server.- Returns:
- the url
- Since:
- 9.12.0
-