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 NatureA Nature defines a perception of any arbitrary Class.- Since:
- 1.2.1
- Author:
- Lukas Lang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Returns the fully qualified name of the Nature.
-