Uses of Class
de.gematik.rbellogger.data.facet.RbelNoteFacet.NoteStyling
-
Packages that use RbelNoteFacet.NoteStyling Package Description de.gematik.rbellogger.data.facet -
-
Uses of RbelNoteFacet.NoteStyling in de.gematik.rbellogger.data.facet
Methods in de.gematik.rbellogger.data.facet that return RbelNoteFacet.NoteStyling Modifier and Type Method Description RbelNoteFacet.NoteStylingRbelNoteFacet. getStyle()static RbelNoteFacet.NoteStylingRbelNoteFacet.NoteStyling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RbelNoteFacet.NoteStyling[]RbelNoteFacet.NoteStyling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.rbellogger.data.facet with parameters of type RbelNoteFacet.NoteStyling Modifier and Type Method Description RbelNoteFacet.RbelNoteFacetBuilderRbelNoteFacet.RbelNoteFacetBuilder. style(RbelNoteFacet.NoteStyling style)Constructors in de.gematik.rbellogger.data.facet with parameters of type RbelNoteFacet.NoteStyling Constructor Description RbelNoteFacet(java.lang.String value, RbelNoteFacet.NoteStyling style)
-