| Package | Description | 
|---|---|
| javax.xml.registry | 
 
 This package and its sub-packages describe the API classes and interfaces
 for the Jakarta XML Registries API. 
 | 
| javax.xml.registry.infomodel | 
 
 This package describes the information model for the Jakarta XML Registries
 API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Slot | 
LifeCycleManager.createSlot(String name,
          Collection values,
          String slotType)
Creates a Slot instance using the specified
 parameters, where the value is a Collection of Strings. 
 | 
Slot | 
LifeCycleManager.createSlot(String name,
          String value,
          String slotType)
Creates a Slot instance using the specified
 parameters, where the value is a String. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Slot | 
ExtensibleObject.getSlot(String slotName)
Gets the slot specified by slotName. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExtensibleObject.addSlot(Slot slot)
Adds a Slot to this object. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.