Class OutputDescriptor
- java.lang.Object
 - 
- com.inductiveautomation.ignition.alarming.designer.api.OutputDescriptor
 
 
- 
public class OutputDescriptor extends java.lang.ObjectDescribes at output pin for a pipeline block. Blocks with a single output should useAbstractBlockPrototype.COMMON_OUTPUT_DESCRIPTOR 
- 
- 
Constructor Summary
Constructors Constructor Description OutputDescriptor(LocalizedString displayName, Property<java.util.UUID> property) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)LocalizedStringgetDisplayName()Property<java.util.UUID>getProperty() 
 - 
 
- 
- 
Constructor Detail
- 
OutputDescriptor
public OutputDescriptor(LocalizedString displayName, Property<java.util.UUID> property)
- Parameters:
 displayName- The name of the output pin.property- The property to on the block that represents the UUID of the target of this output pin.
 
 - 
 
- 
Method Detail
- 
getDisplayName
public LocalizedString getDisplayName()
 
- 
getProperty
public Property<java.util.UUID> getProperty()
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -