Package org.castor.core.nature
Interface Nature
- All Known Implementing Classes:
BaseNature,ClassDescriptorJDONature,ClassLoaderNature,FieldDescriptorJDONature,JDOClassInfoNature,JDOFieldInfoNature,JDOOneToManyNature,JDOOneToOneNature,JPAClassNature,JPAFieldNature,MappingLoaderNature,PackageBasedCDRResolutionNature,XMLInfoNature
interface Nature
A Nature defines a perception of any arbitrary Class.
- Since:
- 1.2.1
- Author:
- Lukas Lang
-
Method Summary
-
Method Details
-
getId
String getId()Returns the fully qualified name of the Nature.- Returns:
- qualified name of the nature.
-