Package | Description |
---|---|
oracle.jbo.service.helper |
Modifier and Type | Method and Description |
---|---|
static SDOAnnotationProvider.Category |
SDOAnnotationProvider.Category.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDOAnnotationProvider.Category[] |
SDOAnnotationProvider.Category.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
SDOViewBuilderSrcImpl.getCategoryValues(SDOAnnotationProvider.Category category) |
java.util.List<java.lang.String> |
SDOAnnotationProvider.getCategoryValues(SDOAnnotationProvider.Category category)
Gets the list of category values assigned to the SDO.
|
static void |
SDOXsdDocumentHelper.writeCategoryValuesInternal(Document document, Element docEl, SDOAnnotationProvider.Category category, java.util.List<java.lang.String> catList)
Internal use only.
|