org.exolab.castor.xml.schema
Class AppInfoJpaNature

java.lang.Object
  extended by org.castor.core.nature.BaseNature
      extended by org.exolab.castor.xml.schema.AppInfoJpaNature

public class AppInfoJpaNature
extends BaseNature


Constructor Summary
AppInfoJpaNature(AppInfo appInfo)
           
 
Method Summary
 void addContent(Object contentValue)
          Adds a content value to the content.
 List<Object> getContent()
          Returns a list of JDO content values.
 String getId()
          Returns the id of the Nature.
 
Methods inherited from class org.castor.core.nature.BaseNature
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppInfoJpaNature

public AppInfoJpaNature(AppInfo appInfo)
Parameters:
appInfo - the appInfo in focus.
Method Detail

getId

public String getId()
Returns the id of the Nature. Implementation returns the fully qualified class name.

Returns:
the id.
See Also:
org.exolab.castor.builder.info.nature.Nature#getId()

addContent

public void addContent(Object contentValue)
Adds a content value to the content.

Parameters:
contentValue - content value

getContent

public List<Object> getContent()
Returns a list of JDO content values.

Returns:
the JDO content values.


Copyright © 2012. All Rights Reserved.