Uses of Class
org.netxms.client.maps.MapObjectDisplayMode
-
Packages that use MapObjectDisplayMode Package Description org.netxms.client org.netxms.client.maps org.netxms.client.objects -
-
Uses of MapObjectDisplayMode in org.netxms.client
Methods in org.netxms.client that return MapObjectDisplayMode Modifier and Type Method Description MapObjectDisplayModeNXCObjectModificationData. getMapObjectDisplayMode()Methods in org.netxms.client with parameters of type MapObjectDisplayMode Modifier and Type Method Description voidNXCObjectModificationData. setMapObjectDisplayMode(MapObjectDisplayMode mapObjectDisplayMode) -
Uses of MapObjectDisplayMode in org.netxms.client.maps
Methods in org.netxms.client.maps that return MapObjectDisplayMode Modifier and Type Method Description static MapObjectDisplayModeMapObjectDisplayMode. getByValue(int value)static MapObjectDisplayModeMapObjectDisplayMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MapObjectDisplayMode[]MapObjectDisplayMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MapObjectDisplayMode in org.netxms.client.objects
Methods in org.netxms.client.objects that return MapObjectDisplayMode Modifier and Type Method Description MapObjectDisplayModeNetworkMap. getObjectDisplayMode()
-