Uses of Class
org.epics.pvmanager.data.Metadata

Packages that use Metadata
org.epics.pvmanager.data Support for control system types. 
 

Uses of Metadata in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data with annotations of type Metadata
 java.text.NumberFormat Display.getFormat()
          Returns a NumberFormat that creates a String with just the value (no units).
 java.util.List<java.lang.String> Enum.getLabels()
          All the possible labels.
 java.lang.Double Display.getLowerAlarmLimit()
          Lowest value before the alarm region.
 java.lang.Double Display.getLowerCtrlLimit()
          Lowest possible value (included).
 java.lang.Double Display.getLowerDisplayLimit()
          Lowest possible value to be displayed.
 java.lang.Double Display.getLowerWarningLimit()
          Lowest value before the warning region.
 java.util.List<java.lang.String> Alarm.getPossibleAlarms()
          Defines all possible alarm statuses that are valid on this channel.
 java.lang.String Display.getUnits()
          String representation of the units using for all values.
 java.lang.Double Display.getUpperAlarmLimit()
          Highest value before the alarm region.
 java.lang.Double Display.getUpperCtrlLimit()
          Highest possible value (included).
 java.lang.Double Display.getUpperDisplayLimit()
          Highest possible value to be displayed.
 java.lang.Double Display.getUpperWarningLimit()
          Highest value before the warning region.
 



Copyright © 2010. All Rights Reserved.