public class OutputDescriptor
extends java.lang.Object
AbstractBlockPrototype.COMMON_OUTPUT_DESCRIPTOR| Constructor and Description |
|---|
OutputDescriptor(LocalizedString displayName,
Property<java.util.UUID> property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LocalizedString |
getDisplayName() |
Property<java.util.UUID> |
getProperty() |
public OutputDescriptor(LocalizedString displayName, Property<java.util.UUID> property)
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.public LocalizedString getDisplayName()
public Property<java.util.UUID> getProperty()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object