Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adf.businesseditor.objects
Interface LookupType

All Known Implementing Classes:
LookupTypeImpl

public interface LookupType

A lookup type.


Method Summary
 LookupCode addLookup(java.lang.String code, java.lang.String meaning, java.lang.String desc)
          Creates a lookup to this lookup type.
 java.lang.String getCode()
          Returns the code.
 java.lang.String getDescription()
          Returns the description.
 java.util.Collection<LookupCode> getLookupCodes()
          Retrieves all the lookup code for this lookup type.
 java.lang.String getMeaning()
          Returns the meaning.
 void setDescription(java.lang.String description)
          Sets the description.
 void setMeaning(java.lang.String meaning)
          Sets the meaning.
 

Method Detail

getCode

java.lang.String getCode()
Returns the code.

Returns:
the code
Throws:

getMeaning

java.lang.String getMeaning()
Returns the meaning.

Returns:
the meaning
Throws:

setMeaning

void setMeaning(java.lang.String meaning)
Sets the meaning.

Parameters:
meaning - the meaning
Throws:

getDescription

java.lang.String getDescription()
Returns the description.

Returns:
the description
Throws:

setDescription

void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the description
Throws:

getLookupCodes

java.util.Collection<LookupCode> getLookupCodes()
Retrieves all the lookup code for this lookup type.

Returns:
Collection of LookupCode
Throws:

addLookup

LookupCode addLookup(java.lang.String code,
                     java.lang.String meaning,
                     java.lang.String desc)
Creates a lookup to this lookup type.

Parameters:
code - code of the lookup
meaning - meaning of the lookup
desc - description of the lookup
Returns:
the LookupCode
Throws:

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

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