Uses of Class
com.helger.regrep.ERegRepResponseStatus
-
Packages that use ERegRepResponseStatus Package Description com.helger.regrep -
-
Uses of ERegRepResponseStatus in com.helger.regrep
Methods in com.helger.regrep that return ERegRepResponseStatus Modifier and Type Method Description static ERegRepResponseStatusERegRepResponseStatus. getFromIDOrDefault(String sID, ERegRepResponseStatus eDefault)static ERegRepResponseStatusERegRepResponseStatus. getFromIDOrNull(String sID)static ERegRepResponseStatusERegRepResponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ERegRepResponseStatus[]ERegRepResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.regrep with parameters of type ERegRepResponseStatus Modifier and Type Method Description static QueryResponseRegRepHelper. createEmptyQueryResponse(ERegRepResponseStatus eStatus)static QueryResponseRegRepHelper. createQueryResponse(ERegRepResponseStatus eStatus, String sRequestID, SlotType... aSlots)static ERegRepResponseStatusERegRepResponseStatus. getFromIDOrDefault(String sID, ERegRepResponseStatus eDefault)
-