public static enum Meta.Type extends Enum<Meta.Type>
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.Type.Serializer |
| Modifier and Type | Method and Description |
|---|---|
static Meta.Type |
find(MetaEntity entity) |
static Meta.Type |
find(String apiName) |
static Meta.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Meta.Type ACCOUNT
public static final Meta.Type ACCUMULATION_DISCOUNT
public static final Meta.Type APPLICATION
public static final Meta.Type ASSORTMENT
public static final Meta.Type ASSORTMENT_SETTINGS
public static final Meta.Type ATTRIBUTE_METADATA
public static final Meta.Type BONUS_PROGRAM
public static final Meta.Type BONUS_TRANSACTION
public static final Meta.Type BUNDLE
public static final Meta.Type BUNDLE_COMPONENT
public static final Meta.Type CASHIER
public static final Meta.Type CASH_IN
public static final Meta.Type CASH_OUT
public static final Meta.Type COMMISSION_REPORT_IN
public static final Meta.Type COMMISSION_REPORT_IN_POSITION
public static final Meta.Type COMMISSION_REPORT_OUT
public static final Meta.Type COMMISSION_REPORT_OUT_POSITION
public static final Meta.Type COMPANY_SETTINGS
public static final Meta.Type CONSIGNMENT
public static final Meta.Type CONTACT_PERSON
public static final Meta.Type CONTRACT
public static final Meta.Type CONTRACT_PUBLICATION
public static final Meta.Type COUNTERPARTY
public static final Meta.Type COUNTRY
public static final Meta.Type CURRENCY
public static final Meta.Type CUSTOMER_ORDER
public static final Meta.Type CUSTOMER_ORDER_POSITION
public static final Meta.Type CUSTOM_ENTITY
public static final Meta.Type CUSTOM_ENTITY_METADATA
public static final Meta.Type CUSTOM_TEMPLATE
public static final Meta.Type DEMAND
public static final Meta.Type DEMAND_POSITION
public static final Meta.Type DISCOUNT
public static final Meta.Type EMBEDDED_TEMPLATE
public static final Meta.Type EMPLOYEE
public static final Meta.Type ENTER
public static final Meta.Type ENTER_POSITION
public static final Meta.Type EXPENSE_ITEM
public static final Meta.Type FACTURE_IN
public static final Meta.Type FACTURE_OUT
public static final Meta.Type GROUP
public static final Meta.Type IMAGE
public static final Meta.Type FILE
public static final Meta.Type INTERNAL_ORDER
public static final Meta.Type INTERNAL_ORDER_POSITION
public static final Meta.Type INVENTORY
public static final Meta.Type INVENTORY_POSITION
public static final Meta.Type INVOICE_IN
public static final Meta.Type INVOICE_OUT
public static final Meta.Type INVOICE_POSITION
public static final Meta.Type LOSS
public static final Meta.Type LOSS_POSITION
public static final Meta.Type MOVE
public static final Meta.Type MOVE_POSITION
public static final Meta.Type NOTE
public static final Meta.Type NOTIFICATION
public static final Meta.Type NOTIFICATION_EXPORT_COMPLETED
public static final Meta.Type NOTIFICATION_GOOD_COUNT_TOO_LOW
public static final Meta.Type NOTIFICATION_IMPORT_COMPLETED
public static final Meta.Type NOTIFICATION_INVOICE_OUT_OVERDUE
public static final Meta.Type NOTIFICATION_ORDER_NEW
public static final Meta.Type NOTIFICATION_ORDER_OVERDUE
public static final Meta.Type NOTIFICATION_RETAIL_SHIFT_CLOSED
public static final Meta.Type NOTIFICATION_RETAIL_SHIFT_OPENED
public static final Meta.Type NOTIFICATION_SUBSCRIBE_EXPIRED
public static final Meta.Type NOTIFICATION_SUBSCRIBE_TERMS_EXPIRED
public static final Meta.Type NOTIFICATION_TASK_ASSIGNED
public static final Meta.Type NOTIFICATION_TASK_CHANGED
public static final Meta.Type NOTIFICATION_TASK_COMMENT_CHANGED
public static final Meta.Type NOTIFICATION_TASK_COMMENT_DELETED
public static final Meta.Type NOTIFICATION_TASK_COMPLETED
public static final Meta.Type NOTIFICATION_TASK_DELETED
public static final Meta.Type NOTIFICATION_TASK_NEW_COMMENT
public static final Meta.Type NOTIFICATION_TASK_OVERDUE
public static final Meta.Type NOTIFICATION_TASK_REOPENED
public static final Meta.Type NOTIFICATION_TASK_UNASSIGNED
public static final Meta.Type OPERATION_PUBLICATION
public static final Meta.Type ORGANIZATION
public static final Meta.Type PAYMENT_IN
public static final Meta.Type PAYMENT_OUT
public static final Meta.Type PERSONAL_DISCOUNT
public static final Meta.Type PREPAYMENT
public static final Meta.Type PREPAYMENT_POSITION
public static final Meta.Type PREPAYMENT_RETURN
public static final Meta.Type PREPAYMENT_RETURN_POSITION
public static final Meta.Type PRICE_LIST
public static final Meta.Type PRICE_LIST_ROW
public static final Meta.Type PRICE_TYPE
public static final Meta.Type PROCESSING
public static final Meta.Type PROCESSING_ORDER
public static final Meta.Type PROCESSING_ORDER_POSITION
public static final Meta.Type PROCESSING_PLAN
public static final Meta.Type PROCESSING_PLAN_MATERIAL
public static final Meta.Type PROCESSING_PLAN_RESULT
public static final Meta.Type PROCESSING_POSITION_MATERIAL
public static final Meta.Type PROCESSING_POSITION_RESULT
public static final Meta.Type PRODUCT
public static final Meta.Type PRODUCT_FOLDER
public static final Meta.Type PROJECT
public static final Meta.Type PURCHASE_ORDER
public static final Meta.Type PURCHASE_ORDER_POSITION
public static final Meta.Type PURCHASE_RETURN
public static final Meta.Type PURCHASE_RETURN_POSITION
public static final Meta.Type RECEIPT_TEMPLATE
public static final Meta.Type REGION
public static final Meta.Type RETAIL_DEMAND
public static final Meta.Type RETAIL_DRAWER_CASH_IN
public static final Meta.Type RETAIL_DRAWER_CASH_OUT
public static final Meta.Type RETAIL_SALES_RETURN
public static final Meta.Type RETAIL_SHIFT
public static final Meta.Type RETAIL_STORE
public static final Meta.Type ROUND_OFF_DISCOUNT
public static final Meta.Type SALES_RETURN
public static final Meta.Type SALES_RETURN_POSITION
public static final Meta.Type SERVICE
public static final Meta.Type SPECIAL_PRICE_DISCOUNT
public static final Meta.Type STATE
public static final Meta.Type STORE
public static final Meta.Type SUPPLY
public static final Meta.Type SUPPLY_POSITION
public static final Meta.Type TASK
public static final Meta.Type TASK_NOTE
public static final Meta.Type UOM
public static final Meta.Type VARIANT
public static final Meta.Type WEBHOOK
public static final Meta.Type COUNTERPARTY_SETTINGS
public static final Meta.Type SYSTEM_ROLE
public static final Meta.Type INDIVIDUAL_ROLE
public static final Meta.Type CUSTOM_ROLE
public static Meta.Type[] values()
for (Meta.Type c : Meta.Type.values()) System.out.println(c);
public static Meta.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Meta.Type find(MetaEntity entity)
Copyright © 2024. All rights reserved.