Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.context
Class Accessor.AccessorTools

java.lang.Object
  extended by org.eclipse.jpt.jaxb.core.context.Accessor.AccessorTools
Enclosing interface:
Accessor

public static final class Accessor.AccessorTools
extends Object


Field Summary
static String BYTE_ARRAY_CLASS_NAME
           
static String COLLECTION_CLASS_NAME
           
static String OBJECT_CLASS_NAME
           
 
Constructor Summary
Accessor.AccessorTools()
           
 
Method Summary
static String getBaseTypeName(JavaResourceAttribute attribute)
           
static boolean isCollectionType(JavaResourceAttribute attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTE_ARRAY_CLASS_NAME

public static final String BYTE_ARRAY_CLASS_NAME
See Also:
Constant Field Values

COLLECTION_CLASS_NAME

public static final String COLLECTION_CLASS_NAME

OBJECT_CLASS_NAME

public static final String OBJECT_CLASS_NAME
Constructor Detail

Accessor.AccessorTools

public Accessor.AccessorTools()
Method Detail

getBaseTypeName

public static String getBaseTypeName(JavaResourceAttribute attribute)

isCollectionType

public static boolean isCollectionType(JavaResourceAttribute attribute)
See Also:
JaxbPersistentAttribute.isJavaResourceAttributeCollectionType()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.