Uses of Class
de.gematik.rbellogger.data.sicct.RbelSicctCommand
-
Packages that use RbelSicctCommand Package Description de.gematik.rbellogger.data.facet de.gematik.rbellogger.data.sicct -
-
Uses of RbelSicctCommand in de.gematik.rbellogger.data.facet
Methods in de.gematik.rbellogger.data.facet that return RbelSicctCommand Modifier and Type Method Description RbelSicctCommandRbelSicctHeaderFacet. getCommand()Methods in de.gematik.rbellogger.data.facet with parameters of type RbelSicctCommand Modifier and Type Method Description RbelSicctHeaderFacet.RbelSicctHeaderFacetBuilderRbelSicctHeaderFacet.RbelSicctHeaderFacetBuilder. command(RbelSicctCommand command)voidRbelSicctHeaderFacet. setCommand(RbelSicctCommand command) -
Uses of RbelSicctCommand in de.gematik.rbellogger.data.sicct
Methods in de.gematik.rbellogger.data.sicct that return RbelSicctCommand Modifier and Type Method Description static RbelSicctCommandRbelSicctCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static RbelSicctCommand[]RbelSicctCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.rbellogger.data.sicct that return types with arguments of type RbelSicctCommand Modifier and Type Method Description static Optional<RbelSicctCommand>RbelSicctCommand. from(RbelElement cla, RbelElement ins)
-