Uses of Class
org.netxms.client.constants.ConnectionPointType
-
Packages that use ConnectionPointType Package Description org.netxms.client.constants org.netxms.client.topology -
-
Uses of ConnectionPointType in org.netxms.client.constants
Methods in org.netxms.client.constants that return ConnectionPointType Modifier and Type Method Description static ConnectionPointTypeConnectionPointType. getByValue(int value)Get enum element by integer valuestatic ConnectionPointTypeConnectionPointType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionPointType[]ConnectionPointType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionPointType in org.netxms.client.topology
Methods in org.netxms.client.topology that return ConnectionPointType Modifier and Type Method Description ConnectionPointTypeConnectionPoint. getType()
-