public class NodeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
UNDEFINED_MAX |
| Constructor and Description |
|---|
NodeInfo(String uid) |
NodeInfo(String uid,
byte max) |
NodeInfo(String uid,
String name,
byte max) |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
clone() |
boolean |
equals(Object obj)
Compare the object to the given one.
|
NodeInfo[] |
getBooleanizedGroup() |
String |
getDisplayName() |
byte |
getMax() |
String |
getName() |
String |
getNodeID() |
int |
hashCode() |
boolean |
isInput() |
void |
setBooleanizedGroup(NodeInfo[] booleanized_group) |
void |
setInput(boolean isInput) |
void |
setMax(byte max) |
void |
setName(String name) |
void |
setNodeID(String id) |
String |
toString() |
public static final byte UNDEFINED_MAX
public NodeInfo(String uid)
public NodeInfo(String uid, byte max)
public String getNodeID()
public void setNodeID(String id)
public String getName()
public void setName(String name)
public byte getMax()
public void setMax(byte max)
public boolean isInput()
public void setInput(boolean isInput)
public boolean equals(Object obj)
public String getDisplayName()
public NodeInfo[] getBooleanizedGroup()
public void setBooleanizedGroup(NodeInfo[] booleanized_group)
Copyright © 2012–2020. All rights reserved.