Uses of Class
org.killbill.billing.util.tag.ControlTagType
-
Packages that use ControlTagType Package Description org.killbill.billing.overdue.api org.killbill.billing.util.tag -
-
Uses of ControlTagType in org.killbill.billing.overdue.api
Methods in org.killbill.billing.overdue.api that return ControlTagType Modifier and Type Method Description ControlTagTypeOverdueCondition. getExclusionControlTagType()ControlTagTypeOverdueCondition. getInclusionControlTagType() -
Uses of ControlTagType in org.killbill.billing.util.tag
Methods in org.killbill.billing.util.tag that return ControlTagType Modifier and Type Method Description ControlTagTypeControlTag. getControlTagType()static ControlTagTypeControlTagType. getTypeFromId(UUID targetId)static ControlTagTypeControlTagType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlTagType[]ControlTagType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-