Uses of Enum Class
ecmwf.common.ectrans.ECtransOptions
Packages that use ECtransOptions
-
Uses of ECtransOptions in ecmwf.common.ectrans
Subclasses with type arguments of type ECtransOptions in ecmwf.common.ectransMethods in ecmwf.common.ectrans that return ECtransOptionsModifier and TypeMethodDescriptionstatic ECtransOptions
Returns the enum constant of this class with the specified name.static ECtransOptions[]
ECtransOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ecmwf.common.ectrans that return types with arguments of type ECtransOptionsModifier and TypeMethodDescriptionstatic List
<ECtransOptions> ECtransOptions.get
(ECtransGroups group) Gets the.protected static List
<ECtransOptions> ECtransOptions.getAll
(boolean secured) Gets the all.Methods in ecmwf.common.ectrans with parameters of type ECtransOptionsModifier and TypeMethodDescriptionboolean
ECtransSetup.get
(ECtransOptions option, boolean defaultValue) Gets the.int
ECtransSetup.get
(ECtransOptions option, int defaultValue) Gets the.long
ECtransSetup.get
(ECtransOptions option, long defaultValue) Gets the.ECtransSetup.get
(ECtransOptions option, ByteSize defaultValue) Gets the.ECtransSetup.get
(ECtransOptions option, String defaultValue) Gets the.ECtransSetup.get
(ECtransOptions option, Duration defaultValue) Gets the.ECtransSetup.get
(ECtransOptions option, Period defaultValue) Gets the.boolean
ECtransSetup.getBoolean
(ECtransOptions option) Gets the boolean.ECtransSetup.getBooleanList
(ECtransOptions option) Gets the list of booleans.ECtransSetup.getBooleanObject
(ECtransOptions option) Gets the boolean object.ECtransSetup.getByteSize
(ECtransOptions option) Gets the byte size.ECtransSetup.getByteSizeList
(ECtransOptions option) Gets the list of byte sizes.ECtransSetup.getDouble
(ECtransOptions option) Gets the double.ECtransSetup.getDoubleList
(ECtransOptions option) Gets the list of doubles.ECtransSetup.getDuration
(ECtransOptions option) Gets the.ECtransSetup.getInteger
(ECtransOptions option) Gets the integer.ECtransSetup.getIntegerList
(ECtransOptions option) Gets the lif of integers.ECtransSetup.getLong
(ECtransOptions option) Gets the long.ECtransSetup.getLongList
(ECtransOptions option) Gets the list of longs.ECtransSetup.getOptionalBoolean
(ECtransOptions option) Gets the optional boolean.ECtransSetup.getOptionalByteSize
(ECtransOptions option) Gets the optional byte size.ECtransSetup.getOptionalDouble
(ECtransOptions option) Gets the optional double.ECtransSetup.getOptionalDuration
(ECtransOptions option) Gets the optional duration.ECtransSetup.getOptionalInteger
(ECtransOptions option) Gets the optional integer.ECtransSetup.getOptionalLong
(ECtransOptions option) Gets the optional long.ECtransSetup.getOptionalPeriod
(ECtransOptions option) Gets the optional period.ECtransSetup.getOptionalString
(ECtransOptions option) Gets the optional string.ECtransSetup.getOptionalTimeRange
(ECtransOptions option) Gets the optional time range.ECtransSetup.getOptions
(ECtransOptions option) Gets the.ECtransSetup.getOptions
(ECtransOptions option, String delimiters) Gets the.ECtransSetup.getOptions
(ECtransOptions option, String key, String delimiters) Gets the.ECtransSetup.getPeriod
(ECtransOptions option) Gets the.ECtransSetup.getString
(ECtransOptions option) Gets the string.ECtransSetup.getStringList
(ECtransOptions option) Gets list of strings.ECtransSetup.getTimeRange
(ECtransOptions option) Gets the time range.ECtransSetup.getTimeRangeList
(ECtransOptions option) Gets the list of time ranges.boolean
ECtransSetup.matches
(ECtransOptions options, String value) Matches.boolean
ECtransSetup.matches
(ECtransOptions option, String value, String defaultRegex) Matches.ECtransSetup.remove
(ECtransOptions option) Removes the.void
ECtransSetup.set
(ECtransOptions option, boolean value) Sets the.void
ECtransSetup.set
(ECtransOptions option, double value) Sets the.void
ECtransSetup.set
(ECtransOptions option, int value) Sets the.void
ECtransSetup.set
(ECtransOptions option, long value) Sets the.void
ECtransSetup.set
(ECtransOptions option, ByteSize value) Sets the.void
ECtransSetup.set
(ECtransOptions option, String value) Sets the.void
ECtransSetup.setBooleanIfPresent
(ECtransOptions option, Consumer<? super Boolean> action) Sets the optional boolean if present.void
ECtransSetup.setByteSizeIfPresent
(ECtransOptions option, Consumer<? super ByteSize> action) Sets the optional byte size if present.void
ECtransSetup.setDoubleIfPresent
(ECtransOptions option, Consumer<? super Double> action) Sets the optional double if present.void
ECtransSetup.setDurationIfPresent
(ECtransOptions option, Consumer<? super Duration> action) Sets the optional duration if present.void
ECtransSetup.setIntegerIfPresent
(ECtransOptions option, Consumer<? super Integer> action) Sets the optional integer if present.void
ECtransSetup.setLongIfPresent
(ECtransOptions option, Consumer<? super Long> action) Sets the optional long if present.void
ECtransSetup.setPeriodIfPresent
(ECtransOptions option, Consumer<? super Period> action) Sets the optional period if present.void
ECtransSetup.setStringIfPresent
(ECtransOptions option, Consumer<? super String> action) Sets the optional string if present.void
ECtransSetup.setTimeRangeIfPresent
(ECtransOptions option, Consumer<? super TimeRange> action) Sets the optional time range if present.void
ECtransSetup.standardize
(ECtransOptions option, boolean removeIfSameAsDefault) Normalize the representation of the data and remove option with same value as default value if required.static String
ECtransOptions.toString
(ECtransOptions option, List<String> names) To string.Method parameters in ecmwf.common.ectrans with type arguments of type ECtransOptionsModifier and TypeMethodDescriptionstatic String
ECtransOptions.toTypes
(Collection<ECtransOptions> options) To types.