Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
javax.xml.registry.infomodel |
This package defines interfaces that define the information model for metadata registries.
|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.