|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessType | |
|---|---|
| org.eclipse.jpt.core.context | |
| org.eclipse.jpt.core.resource.orm | |
| org.eclipse.jpt.eclipselink1_1.core.resource.orm | |
| Uses of AccessType in org.eclipse.jpt.core.context |
|---|
| Methods in org.eclipse.jpt.core.context that return AccessType | |
|---|---|
AccessType |
AccessType.getOrmAccessType()
|
static AccessType |
AccessType.toOrmResourceModel(AccessType accessType)
|
| Methods in org.eclipse.jpt.core.context with parameters of type AccessType | |
|---|---|
static AccessType |
AccessType.fromOrmResourceModel(AccessType ormAccessType)
|
| Uses of AccessType in org.eclipse.jpt.core.resource.orm |
|---|
| Fields in org.eclipse.jpt.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.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 |
AbstractXmlTypeMapping.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlEntityMappings.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlPersistenceUnitDefaults.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlTypeMapping.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're declared. |
| Methods in org.eclipse.jpt.core.resource.orm with parameters of type AccessType | |
|---|---|
void |
AbstractXmlTypeMapping.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlEntityMappings.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlPersistenceUnitDefaults.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlTypeMapping.setAccess(AccessType value)
Sets the value of the ' Access' attribute. |
| Uses of AccessType in org.eclipse.jpt.eclipselink1_1.core.resource.orm |
|---|
| Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm that return AccessType | |
|---|---|
AccessType |
XmlAttributeMapping.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlBasicCollectionImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlBasicImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlBasicMapImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlEmbeddedIdImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlEmbeddedImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlIdImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlManyToManyImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlManyToOneImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlOneToManyImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlOneToOneImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlTransformationImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlTransientImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlVariableOneToOneImpl.getAccess()
Returns the value of the 'Access' attribute. |
AccessType |
XmlVersionImpl.getAccess()
Returns the value of the 'Access' attribute. |
| Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm with parameters of type AccessType | |
|---|---|
void |
XmlAttributeMapping.setAccess(AccessType value)
Sets the value of the ' Access' attribute. |
void |
XmlBasicCollectionImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlBasicImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlBasicMapImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlEmbeddedIdImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlEmbeddedImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlIdImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlManyToManyImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlManyToOneImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlOneToManyImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlOneToOneImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlTransformationImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlTransientImpl.setAccess(AccessType newAccess)
AccessType is not supported on xml transient mappings, but we wanted XmlTransient to impleemnt XmlAttributeMapping so all the eclipselink1.1 attribute mappings can be used interchangeably. |
void |
XmlVariableOneToOneImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
void |
XmlVersionImpl.setAccess(AccessType newAccess)
Sets the value of the ' Access' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||