Uses of Class
org.csstudio.data.values.ITimestamp.Format

Packages that use ITimestamp.Format
org.csstudio.data.values Control system data types: PV, Device, ... 
 

Uses of ITimestamp.Format in org.csstudio.data.values
 

Methods in org.csstudio.data.values that return ITimestamp.Format
static ITimestamp.Format ITimestamp.Format.fromOrdinal(int ordinal)
          Obtain ITimestamp.Format for given ordinal.
static ITimestamp.Format ITimestamp.Format.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITimestamp.Format[] ITimestamp.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.csstudio.data.values with parameters of type ITimestamp.Format
 java.lang.String ITimestamp.format(ITimestamp.Format format)
          Format time according to the FMT_...