fm.liveswitch.IElement Interface Reference

An element. More...

Public Member Functions

abstract String getExternalId ()
 Gets the external identifier. More...
 
abstract String getId ()
 Gets the identifier. More...
 
abstract String getPipelineJson ()
 Gets the pipeline JSON with this as the central point. More...
 
abstract void setExternalId (String value)
 Sets the external identifier. More...
 

Detailed Description

An element.

Member Function Documentation

◆ getExternalId()

abstract String fm.liveswitch.IElement.getExternalId ( )
abstract

Gets the external identifier.

◆ getId()

abstract String fm.liveswitch.IElement.getId ( )
abstract

Gets the identifier.

◆ getPipelineJson()

abstract String fm.liveswitch.IElement.getPipelineJson ( )
abstract

Gets the pipeline JSON with this as the central point.

◆ setExternalId()

abstract void fm.liveswitch.IElement.setExternalId ( String  value)
abstract

Sets the external identifier.