public interface ComponentLink
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComponentLink.LeafIdentifier
Identify the leaf of ComponentLink.
|
| Modifier and Type | Method and Description |
|---|---|
String |
desInterfaceRef()
Returns the attribute desInterfaceRef.
|
void |
desInterfaceRef(String desInterfaceRef)
Sets the attribute desInterfaceRef.
|
boolean |
isLeafValueSet(ComponentLink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
sequence()
Returns the attribute sequence.
|
void |
sequence(long sequence)
Sets the attribute sequence.
|
String |
srcInterfaceRef()
Returns the attribute srcInterfaceRef.
|
void |
srcInterfaceRef(String srcInterfaceRef)
Sets the attribute srcInterfaceRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long sequence()
String srcInterfaceRef()
String desInterfaceRef()
BitSet valueLeafFlags()
void sequence(long sequence)
sequence - value of sequencevoid srcInterfaceRef(String srcInterfaceRef)
srcInterfaceRef - value of srcInterfaceRefvoid desInterfaceRef(String desInterfaceRef)
desInterfaceRef - value of desInterfaceRefboolean isLeafValueSet(ComponentLink.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.