Class AddConnectionResult

java.lang.Object
   |
   +----AddConnectionResult

final class AddConnectionResult
extends Object
A class that implements an enumeration type that defines the values that can be returned by method Network.addConnection(). Each value of this enumeration type has a descriptive String. This String is returned by the method toString().

See Also:
addConnection

Variable Index

 o DataTypeMismatchError
 o id
 o InConnectorAlreadyConnected
 o LoopError
 o Ok
 o SameModuleError

Constructor Index

 o AddConnectionResult(String)

Method Index

 o toString()

Variables

 o id
 private String id
 o Ok
 static final AddConnectionResult Ok
 o SameModuleError
 static final AddConnectionResult SameModuleError
 o LoopError
 static final AddConnectionResult LoopError
 o DataTypeMismatchError
 static final AddConnectionResult DataTypeMismatchError
 o InConnectorAlreadyConnected
 static final AddConnectionResult InConnectorAlreadyConnected

Constructors

 o AddConnectionResult
 private AddConnectionResult(String id)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object