Uses of Enum Class
com.avoka.fc.core.entity.BillableValues
Package
Description
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of BillableValues in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionstatic BillableValues
BillableValues.getEntityBillableValue
(String billableValue) Return a respective enum billable value for respective string value.static BillableValues
Returns the enum constant of this class with the specified name.static BillableValues[]
BillableValues.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BillableValues in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<BillableValues>
_FormPortal.IS_BILLABLE
Provides the 'IS_BILLABLE' property.static final org.apache.cayenne.exp.Property<BillableValues>
_TemplateVersion.IS_BILLABLE
Provides the 'IS_BILLABLE' property.Modifier and TypeMethodDescription_FormPortal.getIsBillable()
Return the isBillable value._TemplateVersion.getIsBillable()
Return the isBillable value.Modifier and TypeMethodDescriptionvoid
_FormPortal.setIsBillable
(BillableValues isBillable) Set the isBillable value.void
_TemplateVersion.setIsBillable
(BillableValues isBillable) Set the isBillable value.