Package com.bloomberglp.blpapi
Class Schema.Status
java.lang.Object
com.bloomberglp.blpapi.Schema.Status
- Enclosing class:
- Schema
Enumeration describing the status of various elements in the schema
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInteger constants to facilitate switch constructs onSchema.StatusEnumeration -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Schema.StatusThis item may appear in Messagesstatic final Schema.StatusThis item is current and may appear in Messages but will be removed in due coursestatic final Schema.StatusThis item is not current and will not appear in messagesstatic final Schema.Status -
Method Summary
Modifier and TypeMethodDescriptionintintValue()toString()static Schema.StatusvalueOf(int value)
-
Field Details
-
ACTIVE
This item may appear in Messages -
DEPRECATED
This item is current and may appear in Messages but will be removed in due course -
INACTIVE
This item is not current and will not appear in messages -
PENDING_DEPRECATION
-
-
Method Details