Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo
Interface Category

All Superinterfaces:
CategoryHints, ExprWrappable, GenericHints, Properties
All Known Implementing Classes:
CategoryImpl, DefaultVOCategoryImpl

public interface Category
extends Properties, CategoryHints

Nested Class Summary
static class Category.CategoryType
           

 

Field Summary

 

Fields inherited from interface oracle.jbo.CategoryHints
CATEGORY_CTL_FIELD_ORDER

 

Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP

 

Method Summary
 java.lang.Object clone()
           
 java.lang.String getName()
           
 Category.CategoryType getType()
           
 void setType(Category.CategoryType typeValue)
          set the type for this Category.

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty

 

Methods inherited from interface oracle.jbo.CategoryHints
getFieldOrder

 

Methods inherited from interface oracle.jbo.GenericHints
getHintValue, getLabel, getLabelPlural, getTooltip

 

Method Detail

getName

java.lang.String getName()
Returns:
return the NAME of this category

clone

java.lang.Object clone()

getType

Category.CategoryType getType()
Returns:
return the Type of this Category

setType

void setType(Category.CategoryType typeValue)
set the type for this Category.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.