org.springframework.roo.classpath.itd
Interface ItdTypeDetailsProvidingMetadataItem

All Superinterfaces:
org.springframework.roo.metadata.MetadataItem
All Known Implementing Classes:
AbstractItdTypeDetailsProvidingMetadataItem

public interface ItdTypeDetailsProvidingMetadataItem
extends org.springframework.roo.metadata.MetadataItem

Indicates a MetadataItem implementation that can provide ItdTypeDetails.

Since:
1.0
Author:
Ben Alex

Method Summary
 ItdTypeDetails getItdTypeDetails()
          Obtains the ItdTypeDetails, if available.
 
Methods inherited from interface org.springframework.roo.metadata.MetadataItem
getId, isValid
 

Method Detail

getItdTypeDetails

ItdTypeDetails getItdTypeDetails()
Obtains the ItdTypeDetails, if available.

An ItdTypeDetails should be returned even if no members should be introduced. Only return null if there was a failure during parsing or other unexpected condition.

Returns:
the details, or null if the details are unavailable or no ITD is required


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.