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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Returns the fully qualified name of the Nature.
-