public interface TypeDeclaration extends Declaration
Modifier and Type | Method and Description |
---|---|
org.apache.felix.ipojo.metadata.Element |
getComponentMetadata()
Get the component metadata description.
|
java.lang.String |
getComponentName()
Gets the component type's name.
|
java.lang.String |
getComponentVersion()
Gets the component type's version.
|
java.lang.String |
getExtension()
Gets the targeted iPOJO Extension (primitive, composite, handler...)
|
boolean |
isPublic()
Returns true if the type is public
|
bind, getStatus, unbind, unbind
org.apache.felix.ipojo.metadata.Element getComponentMetadata()
boolean isPublic()
java.lang.String getComponentName()
java.lang.String getComponentVersion()
java.lang.String getExtension()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.