Package eu.bandm.tools.xslt.base
Class Rt.TemplatesByPrior
java.lang.Object
eu.bandm.tools.xslt.base.Rt.TemplatesByPrior
- All Implemented Interfaces:
- Formattable,- Cloneable
- Enclosing class:
- Rt
@Generated(generator="eu.bandm.tools.umod",
           version="",
           timestamp="2025-08-17_22h55m46")
public static class Rt.TemplatesByPrior
extends Object
implements Cloneable, Formattable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected CheckedMap_RD<Double, Rt.TemplatesByKind> static final Function<Rt.TemplatesByPrior, CheckedMap_RD<Double, Rt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByPrior, CheckedMap_RD<Double, Rt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByPrior, NamespaceName> Deprecated.Use new '::' method reference instead.protected CheckedMap_RD<Double, Rt.TemplatesByKind> protected NamespaceName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsKey_byPrior(double key0) booleancontainsKey_inverse(double key0) voiddescend_byPrior(Rt.MATCH_ONLY_00 visitor) Deprecated.voiddescend_inverse(Rt.MATCH_ONLY_00 visitor) Deprecated.doclone()format()Delivers a format object for pretty-printing by inheritance from some ancestor class.get_mode()Copies values of all common fields from the argument.voidput_byPrior(double key0, Rt.TemplatesByKind value) voidput_inverse(double key0, Rt.TemplatesByKind value) booleanbooleanbooleanset_mode(NamespaceName val) 
- 
Field Details- 
mode
- 
get_modeDeprecated.Use new '::' method reference instead.
- 
byPrior
- 
get_byPrior@Deprecated public static final Function<Rt.TemplatesByPrior,CheckedMap_RD<Double, get_byPriorRt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.
- 
inverse
- 
get_inverse@Deprecated public static final Function<Rt.TemplatesByPrior,CheckedMap_RD<Double, get_inverseRt.TemplatesByKind>> Deprecated.Use new '::' method reference instead.
 
- 
- 
Constructor Details- 
TemplatesByPrior
- 
TemplatesByPriorpublic TemplatesByPrior()
 
- 
- 
Method Details- 
doclone
- 
formatDelivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
- formatin interface- Formattable
- Returns:
- a format that represents this object in a pretty-printable way
 
- 
initFromCopies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.
- 
get_mode
- 
set_mode
- 
get_byPrior
- 
set_byPrior
- 
put_byPrior
- 
containsKey_byPriorpublic boolean containsKey_byPrior(double key0) 
- 
descend_byPriorDeprecated.
- 
get_inverse
- 
set_inverse
- 
put_inverse
- 
containsKey_inversepublic boolean containsKey_inverse(double key0) 
- 
descend_inverseDeprecated.
 
-