Enum SnapshotPropertyName
- java.lang.Object
-
- java.lang.Enum<SnapshotPropertyName>
-
- cern.nxcals.api.backport.domain.core.snapshot.SnapshotPropertyName
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SnapshotPropertyName>
public enum SnapshotPropertyName extends java.lang.Enum<SnapshotPropertyName>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
static SnapshotPropertyName
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SnapshotPropertyName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
getChartType
public static final SnapshotPropertyName getChartType
-
getCorrelationSettingFreq
public static final SnapshotPropertyName getCorrelationSettingFreq
-
getCorrelationSettingScale
public static final SnapshotPropertyName getCorrelationSettingScale
-
getDataLocationPreferences
public static final SnapshotPropertyName getDataLocationPreferences
-
getDerivationSelection
public static final SnapshotPropertyName getDerivationSelection
-
getDerivationTime
public static final SnapshotPropertyName getDerivationTime
-
getDeviceName
public static final SnapshotPropertyName getDeviceName
-
getDrivingVariable
public static final SnapshotPropertyName getDrivingVariable
-
getDynamicDuration
public static final SnapshotPropertyName getDynamicDuration
-
getEndTime
public static final SnapshotPropertyName getEndTime
-
getFileFormat
public static final SnapshotPropertyName getFileFormat
-
getFillsFiltersBeamModes
public static final SnapshotPropertyName getFillsFiltersBeamModes
-
getFundamentalFilters
public static final SnapshotPropertyName getFundamentalFilters
-
getNoOfIntervalsForMultiFiles
public static final SnapshotPropertyName getNoOfIntervalsForMultiFiles
-
getPriorTime
public static final SnapshotPropertyName getPriorTime
-
getPropertyName
public static final SnapshotPropertyName getPropertyName
-
getSelectedBeamModes
public static final SnapshotPropertyName getSelectedBeamModes
-
getSelectedVariables
public static final SnapshotPropertyName getSelectedVariables
-
getSelectionOutput
public static final SnapshotPropertyName getSelectionOutput
-
getStartTime
public static final SnapshotPropertyName getStartTime
-
getTime
public static final SnapshotPropertyName getTime
-
getTimeIntervalTypeForMultiFiles
public static final SnapshotPropertyName getTimeIntervalTypeForMultiFiles
-
getTimeZone
public static final SnapshotPropertyName getTimeZone
-
getTimescalingProperties
public static final SnapshotPropertyName getTimescalingProperties
-
getXAxisVariable
public static final SnapshotPropertyName getXAxisVariable
-
isDistributionChartIncluded
public static final SnapshotPropertyName isDistributionChartIncluded
-
isEndTimeDynamic
public static final SnapshotPropertyName isEndTimeDynamic
-
isGroupByTimestamp
public static final SnapshotPropertyName isGroupByTimestamp
-
isLastValueAligned
public static final SnapshotPropertyName isLastValueAligned
-
isLastValueSearchedIfNoDataFound
public static final SnapshotPropertyName isLastValueSearchedIfNoDataFound
-
isMetaDataIncluded
public static final SnapshotPropertyName isMetaDataIncluded
-
isMultiFilesActivated
public static final SnapshotPropertyName isMultiFilesActivated
-
isSelectableTimestampsIncluded
public static final SnapshotPropertyName isSelectableTimestampsIncluded
-
isAlignToWindow
public static final SnapshotPropertyName isAlignToWindow
-
isAlignToEnd
public static final SnapshotPropertyName isAlignToEnd
-
isAlignToStart
public static final SnapshotPropertyName isAlignToStart
-
-
Method Detail
-
values
public static SnapshotPropertyName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SnapshotPropertyName c : SnapshotPropertyName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SnapshotPropertyName valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getDisplayName
public java.lang.String getDisplayName()
-
-