Package cern.nxcals.api.custom.domain
Enum GroupPropertyName
- java.lang.Object
-
- java.lang.Enum<GroupPropertyName>
-
- cern.nxcals.api.custom.domain.GroupPropertyName
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<GroupPropertyName>
public enum GroupPropertyName extends java.lang.Enum<GroupPropertyName>
An enumeration of the well known (system default) Group properties
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
static GroupPropertyName
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GroupPropertyName[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
getChartType
public static final GroupPropertyName getChartType
-
getCorrelationSettingFreq
public static final GroupPropertyName getCorrelationSettingFreq
-
getCorrelationSettingScale
public static final GroupPropertyName getCorrelationSettingScale
-
getDataLocationPreferences
public static final GroupPropertyName getDataLocationPreferences
-
getDerivationSelection
public static final GroupPropertyName getDerivationSelection
-
getDerivationTime
public static final GroupPropertyName getDerivationTime
-
getDeviceName
public static final GroupPropertyName getDeviceName
-
getDrivingVariable
public static final GroupPropertyName getDrivingVariable
-
getDynamicDuration
public static final GroupPropertyName getDynamicDuration
-
getEndTime
public static final GroupPropertyName getEndTime
-
getFileFormat
public static final GroupPropertyName getFileFormat
-
getFillsFiltersBeamModes
public static final GroupPropertyName getFillsFiltersBeamModes
-
getFundamentalFilters
public static final GroupPropertyName getFundamentalFilters
-
getNoOfIntervalsForMultiFiles
public static final GroupPropertyName getNoOfIntervalsForMultiFiles
-
getPriorTime
public static final GroupPropertyName getPriorTime
-
getPropertyName
public static final GroupPropertyName getPropertyName
-
getSelectedBeamModes
public static final GroupPropertyName getSelectedBeamModes
-
getSelectedVariables
public static final GroupPropertyName getSelectedVariables
-
getSelectionOutput
public static final GroupPropertyName getSelectionOutput
-
getStartTime
public static final GroupPropertyName getStartTime
-
getTime
public static final GroupPropertyName getTime
-
getTimeIntervalTypeForMultiFiles
public static final GroupPropertyName getTimeIntervalTypeForMultiFiles
-
getTimeZone
public static final GroupPropertyName getTimeZone
-
getTimescalingProperties
public static final GroupPropertyName getTimescalingProperties
-
getXAxisVariable
public static final GroupPropertyName getXAxisVariable
-
isDistributionChartIncluded
public static final GroupPropertyName isDistributionChartIncluded
-
isEndTimeDynamic
public static final GroupPropertyName isEndTimeDynamic
-
isGroupByTimestamp
public static final GroupPropertyName isGroupByTimestamp
-
isLastValueAligned
public static final GroupPropertyName isLastValueAligned
-
isLastValueSearchedIfNoDataFound
public static final GroupPropertyName isLastValueSearchedIfNoDataFound
-
isMetaDataIncluded
public static final GroupPropertyName isMetaDataIncluded
-
isMultiFilesActivated
public static final GroupPropertyName isMultiFilesActivated
-
isSelectableTimestampsIncluded
public static final GroupPropertyName isSelectableTimestampsIncluded
-
isAlignToWindow
public static final GroupPropertyName isAlignToWindow
-
isAlignToEnd
public static final GroupPropertyName isAlignToEnd
-
isAlignToStart
public static final GroupPropertyName isAlignToStart
-
-
Method Detail
-
values
public static GroupPropertyName[] 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 (GroupPropertyName c : GroupPropertyName.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GroupPropertyName 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()
-
-