|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessType | |
---|---|
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.resource.orm |
Uses of AccessType in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context that return AccessType | |
---|---|
static AccessType |
AccessType.toXmlResourceModel(AccessType accessType)
|
Methods in org.eclipse.jpt.core.context with parameters of type AccessType | |
---|---|
static AccessType |
AccessType.fromXmlResourceModel(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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |