public final class LinkParameter extends Object implements Serializable, Cloneable
Parâmetro de conexão.
| Constructor and Description |
|---|
LinkParameter(int nodeId,
String name,
String label)
Cria um parâmetro de conexão.
|
| Modifier and Type | Method and Description |
|---|---|
LinkParameter |
clone() |
boolean |
equals(Object obj) |
String |
getLabel()
Obtém o rótulo.
|
String |
getName()
Obtém o nome.
|
int |
getNodeId()
Obtém o identificador do nó.
|
int |
hashCode() |
public LinkParameter clone()
public String getLabel()
public String getName()
public int getNodeId()
Copyright © 2016. All rights reserved.