org.jboss.beans.metadata.spi.policy
Interface ScopeMetaData

All Superinterfaces:
Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode, ValueMetaData
All Known Implementing Classes:
AbstractScopeMetaData

public interface ScopeMetaData
extends ValueMetaData

Scope definition.

Author:
Ales Justin

Method Summary
 String getLevel()
          Get the level
 String getQualifier()
          Get the qualifier
 String getScope()
          Get the scope annotation name
 
Methods inherited from interface org.jboss.beans.metadata.spi.ValueMetaData
getUnderlyingValue, getValue
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
clone, describeVisit, getChildren, initialVisit
 

Method Detail

getScope

String getScope()
Get the scope annotation name

Returns:
scope annotation

getLevel

String getLevel()
Get the level

Returns:
scope level

getQualifier

String getQualifier()
Get the qualifier

Returns:
qualifier name


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.