Uses of Enum Class
ecmwf.common.ectrans.ECtransOptions
Packages that use ECtransOptions
- 
Uses of ECtransOptions in ecmwf.common.ectransSubclasses with type arguments of type ECtransOptions in ecmwf.common.ectransMethods in ecmwf.common.ectrans that return ECtransOptionsModifier and TypeMethodDescriptionstatic ECtransOptionsReturns 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 TypeMethodDescriptionbooleanECtransSetup.get(ECtransOptions option, boolean defaultValue) Gets the.intECtransSetup.get(ECtransOptions option, int defaultValue) Gets the.longECtransSetup.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.booleanECtransSetup.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.booleanECtransSetup.matches(ECtransOptions options, String value) Matches.booleanECtransSetup.matches(ECtransOptions option, String value, String defaultRegex) Matches.ECtransSetup.remove(ECtransOptions option) Removes the.voidECtransSetup.set(ECtransOptions option, boolean value) Sets the.voidECtransSetup.set(ECtransOptions option, double value) Sets the.voidECtransSetup.set(ECtransOptions option, int value) Sets the.voidECtransSetup.set(ECtransOptions option, long value) Sets the.voidECtransSetup.set(ECtransOptions option, ByteSize value) Sets the.voidECtransSetup.set(ECtransOptions option, String value) Sets the.voidECtransSetup.setBooleanIfPresent(ECtransOptions option, Consumer<? super Boolean> action) Sets the optional boolean if present.voidECtransSetup.setByteSizeIfPresent(ECtransOptions option, Consumer<? super ByteSize> action) Sets the optional byte size if present.voidECtransSetup.setDoubleIfPresent(ECtransOptions option, Consumer<? super Double> action) Sets the optional double if present.voidECtransSetup.setDurationIfPresent(ECtransOptions option, Consumer<? super Duration> action) Sets the optional duration if present.voidECtransSetup.setIntegerIfPresent(ECtransOptions option, Consumer<? super Integer> action) Sets the optional integer if present.voidECtransSetup.setLongIfPresent(ECtransOptions option, Consumer<? super Long> action) Sets the optional long if present.voidECtransSetup.setPeriodIfPresent(ECtransOptions option, Consumer<? super Period> action) Sets the optional period if present.voidECtransSetup.setStringIfPresent(ECtransOptions option, Consumer<? super String> action) Sets the optional string if present.voidECtransSetup.setTimeRangeIfPresent(ECtransOptions option, Consumer<? super TimeRange> action) Sets the optional time range if present.voidECtransSetup.standardize(ECtransOptions option, boolean removeIfSameAsDefault) Normalize the representation of the data and remove option with same value as default value if required.static StringECtransOptions.toString(ECtransOptions option, List<String> names) To string.Method parameters in ecmwf.common.ectrans with type arguments of type ECtransOptionsModifier and TypeMethodDescriptionstatic StringECtransOptions.toTypes(Collection<ECtransOptions> options) To types.