| Modifier and Type | Method and Description |
|---|---|
abstract ConstantsList |
SchemaTypeDefinition.enumeration()
Return a
ConstantsList of all the enumerators for this
SchemaTypeDefinition if this type is an Enumeration type. |
abstract ConstantsList |
Constraint.values() |
| Modifier and Type | Method and Description |
|---|---|
abstract Constant |
Element.findConstant(ConstantsList constantsList)
Find and return a constant in the specified constantsList with the
same value as this element.
|
abstract Constant |
Element.findConstant(ConstantsList constantsList,
int index)
Find and return a constant in the specified constantLists with the
value stored in this element at the given index
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.