| Package | Description | 
|---|---|
| oracle.ifs.admin.tools.script | |
| oracle.ifs.beans | |
| oracle.ifs.core.tools.script | 
| Modifier and Type | Method and Description | 
|---|---|
protected ValueDomain | 
ValueDomainAdmin.lookupValueDomain(LibrarySession sess,
                 String name)
Lookup ValueDomain by name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ValueDomainAdmin.showValueDomain(LibrarySession sess,
               ValueDomain valdomain)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieValueDomain
TieValueDomain allows the Oracle-defined behavior of the
 VALUEDOMAIN classobject (and its subclasses) to be extended
 or overridden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ValueDomain | 
ValueDomain.constructValueDomain(LibrarySession session,
                    S_LibraryObjectData data)
Internal use only: Constructs a ValueDomain for the specified data. 
 | 
static ValueDomain[] | 
ValueDomain.findAll(LibrarySession session)
Returns the set of defined ValueDomains. 
 | 
static ValueDomain | 
ValueDomain.findByName(LibrarySession session,
          String name)
Returns the a ValueDomain matching the 
 specified name. 
 | 
ValueDomain | 
Attribute.getValueDomain()
Gets the ValueDomain of this Attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Attribute.setValueDomain(ValueDomain vd)
Sets the ValueDomain of this Attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ShowUtils.showValueDomain(Logger logger,
               ValueDomain vd,
               String prefix)
Show details about a ValueDomain. 
 | 
Copyright © 2025. All rights reserved.