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 SummaryConstructors Constructor Description OutputDescriptor(LocalizedString displayName, Property<java.util.UUID> property)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)LocalizedStringgetDisplayName()Property<java.util.UUID>getProperty()
 
- 
- 
- 
Constructor Detail- 
OutputDescriptorpublic 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- 
getDisplayNamepublic LocalizedString getDisplayName() 
 - 
getPropertypublic Property<java.util.UUID> getProperty() 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-