org.apache.aries.application.modelling
Interface WrappedReferenceMetadata

All Known Subinterfaces:
ImportedService

public interface WrappedReferenceMetadata

Information about a parsed blueprint reference


Method Summary
 String getComponentName()
          Get the component-name attribute.
 String getFilter()
          Get the properties of the associated blueprint service
 String getId()
          Get the reference's id as defined in the blueprint
 String getInterface()
          Get the interface required by the reference
 boolean isList()
          Is this a reference list or a reference
 boolean isOptional()
          Is this an optional reference
 

Method Detail

getFilter

String getFilter()
Get the properties of the associated blueprint service

Returns:
The filter, or null for no filter

getInterface

String getInterface()
Get the interface required by the reference

Returns:
the interface, or null if unspecified

getComponentName

String getComponentName()
Get the component-name attribute.

Returns:
Service name

isList

boolean isList()
Is this a reference list or a reference

Returns:
true if a reference list

isOptional

boolean isOptional()
Is this an optional reference

Returns:
true if optional

getId

String getId()
Get the reference's id as defined in the blueprint

Returns:
the blueprint reference id


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.