org.ow2.util.scan.api.metadata.specific
Interface ISpecificMethodMetadata<SC extends ISpecificClassMetadata<SC,SM,SF>,SM extends ISpecificMethodMetadata<SC,SM,SF>,SF extends ISpecificFieldMetadata<SC,SM,SF>>

Type Parameters:
SC - interface of a specific class metadata
SM - interface of a specific method metadata
SF - interface of a specific field metadata
All Known Implementing Classes:
SpecificMethodMetadata

public interface ISpecificMethodMetadata<SC extends ISpecificClassMetadata<SC,SM,SF>,SM extends ISpecificMethodMetadata<SC,SM,SF>,SF extends ISpecificFieldMetadata<SC,SM,SF>>

Interface of a specific method metadata.

Author:
Gael Lalire

Method Summary
 JMethod getJMethod()
           
 SC getSpecificClassMetadata()
           
 

Method Detail

getSpecificClassMetadata

SC getSpecificClassMetadata()
Returns:
parent metadata (class)

getJMethod

JMethod getJMethod()
Returns:
JMethod object


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.