org.eclipse.jpt.jpa.core.resource.java
Class JavaResourcePersistentType.Tools

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.resource.java.JavaResourcePersistentType.Tools
Enclosing interface:
JavaResourcePersistentType

public static class JavaResourcePersistentType.Tools
extends java.lang.Object


Constructor Summary
JavaResourcePersistentType.Tools()
           
 
Method Summary
static AccessType buildAccess(JavaResourcePersistentType jrpType)
          Return the access type currently implied by the specified Java source code or class file: if any fields are annotated => FIELD if only properties are annotated => PROPERTY if neither are annotated => null
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaResourcePersistentType.Tools

public JavaResourcePersistentType.Tools()
Method Detail

buildAccess

public static AccessType buildAccess(JavaResourcePersistentType jrpType)
Return the access type currently implied by the specified Java source code or class file: