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
Modifier and TypeClassDescriptionstatic class
Integer constants to facilitate switch constructs onSchema.Status
Enumeration -
Field Summary
Modifier and TypeFieldDescriptionstatic final Schema.Status
This item may appear in Messagesstatic final Schema.Status
This item is current and may appear in Messages but will be removed in due coursestatic final Schema.Status
This item is not current and will not appear in messagesstatic final Schema.Status
-
Method Summary
Modifier and TypeMethodDescriptionint
intValue()
toString()
static Schema.Status
valueOf
(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