| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.blueprint.reflect |
Support classes for Blueprint Service metadata.
|
| Modifier and Type | Field and Description |
|---|---|
private SimpleCollectionMetadata.CollectionType |
SimpleCollectionMetadata.collectionType |
| Modifier and Type | Method and Description |
|---|---|
(package private) static SimpleCollectionMetadata.CollectionType |
SimpleCollectionMetadata.CollectionType.resolve(java.lang.Class<?> type) |
static SimpleCollectionMetadata.CollectionType |
SimpleCollectionMetadata.CollectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleCollectionMetadata.CollectionType[] |
SimpleCollectionMetadata.CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleCollectionMetadata(java.util.List<Metadata> values,
SimpleCollectionMetadata.CollectionType type,
java.lang.String valueTypeName) |