|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessType | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.resource.orm | |
| Uses of AccessType in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return AccessType | |
|---|---|
AccessType |
AccessType.getOrmAccessType()
|
static AccessType |
AccessType.toOrmResourceModel(AccessType accessType)
|
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type AccessType | |
|---|---|
static AccessType |
AccessType.fromOrmResourceModel(AccessType ormAccessType)
|
| Uses of AccessType in org.eclipse.jpt.jpa.core.resource.orm |
|---|
| Fields in org.eclipse.jpt.jpa.core.resource.orm with type parameters of type AccessType | |
|---|---|
static java.util.List<AccessType> |
AccessType.VALUES
A public read-only list of all the 'Access Type' enumerators. |
| Methods in org.eclipse.jpt.jpa.core.resource.orm that return AccessType | |
|---|---|
AccessType |
OrmFactory.createAccessTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
static AccessType |
AccessType.get(int value)
Returns the 'Access Type' literal with the specified integer value. |
static AccessType |
AccessType.get(java.lang.String literal)
Returns the 'Access Type' literal with the specified literal value. |
AccessType |
XmlPersistenceUnitDefaults.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlEntityMappings.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlAccessHolder.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
AbstractXmlTypeMapping.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
AbstractXmlAttributeMapping.getAccess()
Returns the value of the 'Access' attribute. |
static AccessType |
AccessType.getByName(java.lang.String name)
Returns the 'Access Type' literal with the specified name. |
static AccessType |
AccessType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type AccessType | |
|---|---|
void |
XmlPersistenceUnitDefaults.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlEntityMappings.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlAccessHolder.setAccess(AccessType value)
Sets the value of the ' Access' attribute. |
void |
AbstractXmlTypeMapping.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
AbstractXmlAttributeMapping.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||