Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.utility.TextRange

Packages that use TextRange
org.eclipse.jpt.common.core.resource.java   
org.eclipse.jpt.common.core.resource.xml   
org.eclipse.jpt.common.core.utility   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.resource.java   
org.eclipse.jpt.jaxb.eclipselink.core.resource.java   
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.resource.java   
org.eclipse.jpt.jpa.core.jpql   
org.eclipse.jpt.jpa.core.resource.java   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

Uses of TextRange in org.eclipse.jpt.common.core.resource.java
 

Methods in org.eclipse.jpt.common.core.resource.java that return TextRange
 TextRange JavaResourceAnnotatedElement.getNameTextRange()
          Return the text range for the member's name.
 TextRange JavaResourceModel.getTextRange()
          Return the [source] node's text range in the compilation unit's file.
 TextRange JavaResourceAnnotatedElement.getTextRange(String nestableAnnotationName)
          Return the text range for the nestable annotation if it is currently unnested.
 

Uses of TextRange in org.eclipse.jpt.common.core.resource.xml
 

Methods in org.eclipse.jpt.common.core.resource.xml that return TextRange
protected  TextRange EBaseObjectImpl.buildElementCodeAssistTextRange_(IDOMNode domNode, TextRange textRange)
          pre-condition: the specified DOM node is not null
protected  TextRange EBaseObjectImpl.buildElementCodeAssistTextRange(IDOMNode domNode)
           
protected  TextRange EBaseObjectImpl.buildElementCodeAssistTextRange(IDOMNode domNode, TextRange textRange)
           
protected  TextRange EBaseObjectImpl.buildTextRange_(IDOMNode domNode, TextRange textRange)
          pre-condition: the specified DOM node is not null
protected  TextRange EBaseObjectImpl.buildTextRange(IDOMNode domNode)
           
protected  TextRange EBaseObjectImpl.buildTextRange(IDOMNode domNode, TextRange textRange)
           
protected  TextRange EBaseObjectImpl.getAttributeCodeAssistTextRange(String attributeName)
          Return a text range for the specified attribute node.
protected  TextRange EBaseObjectImpl.getAttributeTextRange(String attributeName)
          Return a text range for the specified attribute node.
protected  TextRange EBaseObjectImpl.getElementCodeAssistTextRange(String elementName)
          Return a text range for the specified element node.
protected  TextRange EBaseObjectImpl.getElementTextRange(String elementName)
          Return a text range for the specified element node.
 TextRange EBaseObject.getFullTextRange()
          Return the text range to be used for text selection.
 TextRange EBaseObjectImpl.getFullTextRange()
           
 TextRange EBaseObject.getSelectionTextRange()
          Return the text range to be used for selection.
 TextRange EBaseObjectImpl.getSelectionTextRange()
           
protected  TextRange EBaseObjectImpl.getTextTextRange()
          Return a text range for the "text" node.
 TextRange EBaseObject.getValidationTextRange()
          Return the text range to be used for validation.
 TextRange EBaseObjectImpl.getValidationTextRange()
           
 

Methods in org.eclipse.jpt.common.core.resource.xml with parameters of type TextRange
protected  TextRange EBaseObjectImpl.buildElementCodeAssistTextRange_(IDOMNode domNode, TextRange textRange)
          pre-condition: the specified DOM node is not null
protected  TextRange EBaseObjectImpl.buildElementCodeAssistTextRange(IDOMNode domNode, TextRange textRange)
           
protected  TextRange EBaseObjectImpl.buildTextRange_(IDOMNode domNode, TextRange textRange)
          pre-condition: the specified DOM node is not null
protected  TextRange EBaseObjectImpl.buildTextRange(IDOMNode domNode, TextRange textRange)
           
 

Uses of TextRange in org.eclipse.jpt.common.core.utility
 

Methods in org.eclipse.jpt.common.core.utility that return TextRange
 TextRange TextRange.buildTextRange(int offset, int length, int lineNumber)
          Build and return a new text range for the specified values if they differ from the text range.
 

Methods in org.eclipse.jpt.common.core.utility with parameters of type TextRange
 IMessage ValidationMessage.buildValidationMessage(IResource target, TextRange textRange, Object... args)
          Build a validation message with the specified target resource, text range, and arguments to be bound to the message template.
 

Uses of TextRange in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return TextRange
 TextRange AbstractQName.getNamespaceValidationTextRange()
           
 TextRange AbstractQName.ResourceProxy.getNamespaceValidationTextRange()
           
 TextRange JaxbQName.getNamespaceValidationTextRange()
           
 TextRange AbstractQName.getNameValidationTextRange()
           
 TextRange AbstractQName.ResourceProxy.getNameValidationTextRange()
           
 TextRange JaxbQName.getNameValidationTextRange()
           
protected  TextRange AbstractQName.getTextRange(TextRange textRange)
           
 TextRange XmlElementRef.getTypeTextRange()
           
 TextRange XmlElement.getTypeTextRange()
           
 TextRange AbstractQName.getValidationTextRange()
           
 TextRange JaxbContextNode.getValidationTextRange()
          Return the text range for highlighting errors for this object
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type TextRange
protected  TextRange AbstractQName.getTextRange(TextRange textRange)
           
 

Uses of TextRange in org.eclipse.jpt.jaxb.core.resource.java
 

Methods in org.eclipse.jpt.jaxb.core.resource.java that return TextRange
 TextRange XmlSchemaAnnotation.getAttributeFormDefaultTextRange()
          Return the TextRange for the 'attributeFormDefault' element.
 TextRange XmlElementAnnotation.getDefaultValueTextRange()
          Return the TextRange for the 'defaultValue' element.
 TextRange XmlElementDeclAnnotation.getDefaultValueTextRange()
          Return the TextRange for the 'defaultValue' element.
 TextRange XmlSchemaAnnotation.getElementFormDefaultTextRange()
          Return the TextRange for the 'elementFormDefault' element.
 TextRange XmlTypeAnnotation.getFactoryClassTextRange()
          Return the TextRange for the 'factoryClass' element.
 TextRange XmlTypeAnnotation.getFactoryMethodTextRange()
          Return the TextRange for the 'factoryMethod' element.
 TextRange XmlAnyElementAnnotation.getLaxTextRange()
          Return the TextRange for the 'lax' element.
 TextRange XmlSchemaAnnotation.getLocationTextRange()
          Return the TextRange for the 'location' element.
 TextRange XmlSchemaAnnotation.getNamespaceTextRange()
          Return the TextRange for the 'namespace' element.
 TextRange QNameAnnotation.getNamespaceTextRange()
          Return the TextRange for the 'name' element.
 TextRange XmlNsAnnotation.getNamespaceURITextRange()
          Return the TextRange for the 'namespaceURI' element.
 TextRange QNameAnnotation.getNamespaceValidationTextRange()
          Return the TextRange for the 'name' element.
 TextRange QNameAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange QNameAnnotation.getNameValidationTextRange()
          Return the TextRange for the 'name' element.
 TextRange XmlElementAnnotation.getNillableTextRange()
          Return the TextRange for the 'nillable' element.
 TextRange XmlElementWrapperAnnotation.getNillableTextRange()
          Return the TextRange for the 'nillable' element.
 TextRange XmlNsAnnotation.getPrefixTextRange()
          Return the TextRange for the 'prefix' element.
 TextRange XmlTypeAnnotation.getPropOrderTextRange()
          Return the text range of the 'propOrder' element of the XmlType annotation.
 TextRange XmlTypeAnnotation.getPropTextRange(int index)
          Return the text range of the prop at the specified index
 TextRange JaxbBasicSchemaComponentAnnotation.getRequiredTextRange()
          Return the TextRange for the 'required' element.
 TextRange XmlElementRefAnnotation.getRequiredTextRange()
          Return the TextRange for the 'required' element.
 TextRange XmlElementWrapperAnnotation.getRequiredTextRange()
          Return the TextRange for the 'required' element.
 TextRange XmlElementDeclAnnotation.getScopeTextRange()
          Return the TextRange for the 'scope' element.
 TextRange XmlElementDeclAnnotation.getSubstitutionHeadNamespaceTextRange()
          Return the text range associated with the 'subtitutionHeadNamespace' element.
 TextRange XmlElementDeclAnnotation.getSubstitutionHeadNamespaceValidationTextRange()
          Return the validation text range associated with the 'subtitutionHeadNamespace' element.
 TextRange XmlElementDeclAnnotation.getSubstitutionHeadNameTextRange()
          Return the text range associated with the 'subtitutionHeadName' element.
 TextRange XmlElementDeclAnnotation.getSubstitutionHeadNameValidationTextRange()
          Return the validation text range associated with the 'subtitutionHeadName' element.
 TextRange XmlJavaTypeAdapterAnnotation.getTypeTextRange()
          Return the TextRange for the 'type' element.
 TextRange XmlSchemaTypeAnnotation.getTypeTextRange()
          Return the TextRange for the 'type' element.
 TextRange XmlElementAnnotation.getTypeTextRange()
          Return the TextRange for the 'type' element.
 TextRange XmlElementRefAnnotation.getTypeTextRange()
          Return the TextRange for the 'type' element.
 TextRange XmlJavaTypeAdapterAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlMimeTypeAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlEnumAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlAnyElementAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlEnumValueAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlAccessorTypeAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlAccessorOrderAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlEnumAnnotation.getValueValidationTextRange()
          Return the TextRange for the 'value' element.
 TextRange XmlEnumValueAnnotation.getValueValidationTextRange()
          Return the TextRange for the 'value' element.
 

Uses of TextRange in org.eclipse.jpt.jaxb.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jaxb.eclipselink.core.resource.java that return TextRange
 TextRange XmlInverseReferenceAnnotation.getMappedByTextRange()
          Return the text range associated with the 'mappedBy' element.
 TextRange XmlInverseReferenceAnnotation.getMappedByValidationTextRange()
          Return the validation text range associated with the 'mappedBy' element.
 TextRange XmlTransformationAnnotation.getOptionalTextRange()
          Return the text range associated with the 'optional' element.
 TextRange XmlJoinNodeAnnotation.getReferencedXmlPathTextRange()
          Return the text range associated with the 'referencedXmlPath' element.
 TextRange XmlJoinNodeAnnotation.getReferencedXmlPathValidationTextRange()
          Return the text range associated with the 'referencedXmlPath' element.
 TextRange XmlDiscriminatorNodeAnnotation.getValueTextRange()
          Return the text range associated with the 'value' element.
 TextRange XmlPathAnnotation.getValueTextRange()
          Return the text range associated with the 'value' element.
 TextRange XmlDiscriminatorValueAnnotation.getValueTextRange()
          Return the text range associated with the 'value' element.
 TextRange XmlDiscriminatorNodeAnnotation.getValueValidationTextRange()
          Return the text range associated with the 'value' element.
 TextRange XmlPathAnnotation.getValueValidationTextRange()
          Return the text range associated with the 'value' element.
 TextRange XmlDiscriminatorValueAnnotation.getValueValidationTextRange()
          Return the text range associated with the 'value' element.
 TextRange XmlJoinNodeAnnotation.getXmlPathTextRange()
          Return the text range associated with the 'xmlPath' element.
 TextRange XmlJoinNodeAnnotation.getXmlPathValidationTextRange()
          Return the text range associated with the 'xmlPath' element.
 

Uses of TextRange in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return TextRange
 TextRange JpaStructureNode.getFullTextRange()
          Return the text range for the structure node's full text representation.
 TextRange JpaStructureNode.getSelectionTextRange()
          Return the text range to be used to select text in the editor corresponding to the structure node.
 

Uses of TextRange in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return TextRange
 TextRange Table.getCatalogValidationTextRange()
           
 TextRange GeneratedValue.getGeneratorTextRange()
          Return the (best guess) text location of the generator.
 TextRange Override_.getNameTextRange()
          Return the (best guess) text location of the override's name.
 TextRange Query.getNameTextRange()
          Returns the TextRange of the name property.
 TextRange Generator.getNameTextRange()
          Return the (best guess) text location of the name.
 TextRange Entity.getNameTextRange()
          Returns the TextRange of the name property.
 TextRange NamedColumn.getNameValidationTextRange()
          Return the (best guess) text location of the column's name.
 TextRange Table.getNameValidationTextRange()
           
 TextRange BaseJoinColumn.getReferencedColumnNameTextRange()
          Return the (best guess) text location of the join column's referenced column name.
 TextRange Table.getSchemaValidationTextRange()
           
 TextRange TableColumn.getTableNameValidationTextRange()
          Return the (best guess) text location of the column's table name.
 TextRange OverrideContainer.ParentAdapter.getValidationTextRange()
           
 TextRange JpaContextModel.getValidationTextRange()
           
 TextRange NamedColumn.ParentAdapter.getValidationTextRange()
          Return the column parent's text range.
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type TextRange
 List<TextRange> NamedQuery.getQueryTextRanges()
          Returns the list of TextRange of the query property, which is either a single object if the string is not split or many objects if the JPQL query is split into many strings.
 

Uses of TextRange in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return TextRange
 TextRange OrmTypeMapping.getAttributesTextRange()
           
 TextRange OrmBaseEnumeratedConverter.ParentAdapter.getEnumTextRange()
           
 TextRange OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter.getEnumTextRange()
           
 TextRange OrmBaseEnumeratedConverter.MapKeyAdapter.ConverterParentAdapter.getEnumTextRange()
           
 TextRange OrmAttributeMapping.getNameTextRange()
           
 TextRange OrmAttributeMapping.getSelectionTextRange()
           
 TextRange OrmTypeMapping.getSelectionTextRange()
           
 TextRange OrmBaseTemporalConverter.ParentAdapter.getTemporalTextRange()
           
 TextRange OrmBaseTemporalConverter.AbstractAdapter.ConverterParentAdapter.getTemporalTextRange()
           
 TextRange OrmBaseTemporalConverter.MapKeyAdapter.ConverterParentAdapter.getTemporalTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Methods in org.eclipse.jpt.jpa.core.jpa2.resource.java that return TextRange
 TextRange SequenceGeneratorAnnotation2_0.getCatalogTextRange()
          Return the TextRange for the 'catalog' element.
 TextRange ElementCollectionAnnotation2_0.getFetchTextRange()
          Return the TextRange for the 'fetch' element.
 TextRange OrderColumnAnnotation2_0.getInsertableTextRange()
          Return the TextRange for the 'insertable' element.
 TextRange NamedQueryAnnotation2_0.getLockModeTextRange()
          Return the TextRange for the 'lockMode' element.
 TextRange OrderColumnAnnotation2_0.getNullableTextRange()
          Return the TextRange for the 'nullable' element.
 TextRange OwningRelationshipMappingAnnotation2_0.getOrphanRemovalTextRange()
          Return the TextRange for the orphanRemoval element.
 TextRange SequenceGeneratorAnnotation2_0.getSchemaTextRange()
          Return the TextRange for the 'schema' element.
 TextRange ElementCollectionAnnotation2_0.getTargetClassTextRange()
          Return the TextRange for the 'targetClass' element.
 TextRange OrderColumnAnnotation2_0.getUpdatableTextRange()
          Return the TextRange for the 'updatable' element.
 TextRange AccessAnnotation2_0.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange MapsIdAnnotation2_0.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange CacheableAnnotation2_0.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange MapKeyClassAnnotation2_0.getValueTextRange()
          Return the TextRange for the 'value' element.
 

Uses of TextRange in org.eclipse.jpt.jpa.core.jpql
 

Method parameters in org.eclipse.jpt.jpa.core.jpql with type arguments of type TextRange
protected  List<IMessage> JpaJpqlQueryHelper.buildProblems(NamedQuery namedQuery, List<TextRange> textRanges, JPQLQueryProblem problem, String parsedJpqlQuery, String jpqlQuery, String actualJpqlQuery, int offset, JpaJpqlQueryHelper.EscapeType escapeType)
          Creates a new IMessage for the given JPQLQueryProblem.
 void JpaJpqlQueryHelper.validate(NamedQuery namedQuery, String jpqlQuery, String actualJpqlQuery, List<TextRange> textRanges, int offset, JpaJpqlQueryHelper.EscapeType escapeType, List<IMessage> messages)
          Validates the given NamedQuery by validating the JPQL query.
 

Uses of TextRange in org.eclipse.jpt.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return TextRange
 TextRange DbGeneratorAnnotation.getAllocationSizeTextRange()
          Return the TextRange for the 'allocationSize' element.
 TextRange RelationshipMappingAnnotation.getCascadeTextRange()
          Return the TextRange for the 'cascade' element.
 TextRange BaseTableAnnotation.getCatalogTextRange()
          Return the TextRange for the 'catalog' element.
 TextRange TableGeneratorAnnotation.getCatalogTextRange()
          Return the TextRange for the 'catalog' element.
 TextRange BaseTableAnnotation.getCatalogValidationTextRange()
           
 TextRange NamedColumnAnnotation.getColumnDefinitionTextRange()
          Return the TextRange for the 'columnDefinition' element.
 TextRange BasicAnnotation.getFetchTextRange()
          Return the TextRange for the 'fetch' element.
 TextRange RelationshipMappingAnnotation.getFetchTextRange()
          Return the TextRange for the 'fetch' element.
 TextRange GeneratedValueAnnotation.getGeneratorTextRange()
          Return the TextRange for the 'generator' element.
 TextRange DbGeneratorAnnotation.getInitialValueTextRange()
          Return the TextRange for the 'initialValue' element.
 TextRange BaseColumnAnnotation.getInsertableTextRange()
          Return the TextRange for the 'insertable' element.
 TextRange CompleteColumnAnnotation.getLengthTextRange()
          Return the TextRange for the 'length' element.
 TextRange OwnableRelationshipMappingAnnotation.getMappedByTextRange()
          Return the TextRange for the 'mappedBy' element.
 TextRange QueryAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange BaseTableAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange OverrideAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange QueryHintAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange NamedColumnAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange EntityAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange MapKeyAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange GeneratorAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange BaseTableAnnotation.getNameValidationTextRange()
           
 TextRange NamedColumnAnnotation.getNameValidationTextRange()
           
 TextRange BaseColumnAnnotation.getNullableTextRange()
          Return the TextRange for the 'nullable' element.
 TextRange BasicAnnotation.getOptionalTextRange()
          Return the TextRange for the 'optional' element.
 TextRange SingleRelationshipMappingAnnotation.getOptionalTextRange()
          Return the TextRange for the optional element.
 TextRange TableGeneratorAnnotation.getPkColumnNameTextRange()
          Return the TextRange for the 'pkColumnName' element.
 TextRange TableGeneratorAnnotation.getPkColumnValueTextRange()
          Return the TextRange for the 'pkColumnValue' element.
 TextRange CompleteColumnAnnotation.getPrecisionTextRange()
          Return the TextRange for the 'precision' element.
 TextRange BaseJoinColumnAnnotation.getReferencedColumnNameTextRange()
          Return the TextRange for the 'referencedColumnName' element.
 TextRange NamedNativeQueryAnnotation.getResultClassTextRange()
          Return the TextRange for the 'resultClass' element.
 TextRange NamedNativeQueryAnnotation.getResultSetMappingTextRange()
          Return the TextRange for the 'resultSetMapping' element.
 TextRange CompleteColumnAnnotation.getScaleTextRange()
          Return the TextRange for the 'scale' element.
 TextRange BaseTableAnnotation.getSchemaTextRange()
          Return the TextRange for the 'schema' element.
 TextRange TableGeneratorAnnotation.getSchemaTextRange()
          Return the TextRange for the 'schema' element.
 TextRange BaseTableAnnotation.getSchemaValidationTextRange()
           
 TextRange SequenceGeneratorAnnotation.getSequenceNameTextRange()
          Return the TextRange for the 'sequenceName' element.
 TextRange InheritanceAnnotation.getStrategyTextRange()
          Return the TextRange for the 'strategy' element.
 TextRange GeneratedValueAnnotation.getStrategyTextRange()
          Return the TextRange for the 'strategy' element.
 TextRange BaseColumnAnnotation.getTableTextRange()
          Return the TextRange for the 'table' element.
 TextRange TableGeneratorAnnotation.getTableTextRange()
          Return the TextRange for the 'table' element.
 TextRange RelationshipMappingAnnotation.getTargetEntityTextRange()
          Return the TextRange for the 'targetEntity' element.
 TextRange BaseColumnAnnotation.getUniqueTextRange()
          Return the TextRange for the 'unique' element.
 TextRange BaseColumnAnnotation.getUpdatableTextRange()
          Return the TextRange for the 'updatable' element.
 TextRange TableGeneratorAnnotation.getValueColumnNameTextRange()
          Return the TextRange for the 'valueColumnName' element.
 TextRange QueryHintAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange IdClassAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange BaseTemporalAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange DiscriminatorValueAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange OrderByAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange BaseEnumeratedAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return types with arguments of type TextRange
 List<TextRange> NamedQueryAnnotation.getQueryTextRanges()
          Return the TextRange for the 'query' element.
 List<TextRange> NamedNativeQueryAnnotation.getQueryTextRanges()
          Return the TextRange for the 'query' element.
 

Uses of TextRange in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return TextRange
 TextRange EclipseLinkConverter.getNameTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return TextRange
 TextRange CacheAnnotation.getAlwaysRefreshTextRange()
          Return the TextRange for the 'alwaysRefresh' element.
 TextRange WriteTransformerAnnotation.getColumnTextRange()
          Return the TextRange for the 'column' element.
 TextRange TenantDiscriminatorColumnAnnotation2_3.getContextPropertyTextRange()
          Return the TextRange for the 'contextProperty' element.
 TextRange ConverterAnnotation.getConverterClassTextRange()
          Return the TextRange for the 'converterClass' element.
 TextRange StructConverterAnnotation.getConverterTextRange()
          Return the TextRange for the 'converter' element.
 TextRange CacheAnnotation.getCoordinationTypeTextRange()
          Return the TextRange for the 'coordinationType' element.
 TextRange BaseTypeConverterAnnotation.getDataTypeTextRange()
          Return the TextRange for the 'dataType' element.
 TextRange ConversionValueAnnotation.getDataValueTextRange()
          Return the TextRange for the 'dataValue' element.
 TextRange ObjectTypeConverterAnnotation.getDefaultObjectValueTextRange()
          Return the TextRange for the 'defaultObjectValue' element.
 TextRange CacheAnnotation.getDisableHitsTextRange()
          Return the TextRange for the 'disableHits' element.
 TextRange CacheAnnotation.getExpiryTextRange()
          Return the TextRange for the 'expiry' element.
 TextRange CacheAnnotation.getExpiryTimeOfDayTextRange()
          Return the TextRange for the 'expiryTimeOfDay' element.
 TextRange TransformationAnnotation.getFetchTextRange()
          Return the TextRange for the 'fetch' element.
 TextRange TimeOfDayAnnotation.getHourTextRange()
          Return the TextRange for the 'hour' element.
 TextRange MultitenantAnnotation2_3.getIncludeCriteriaTextRange()
          Return the TextRange for the 'includeCriteria' element.
 TextRange CacheAnnotation.getIsolationTextRange()
          Return the TextRange for the 'isolation' element.
 TextRange TransformerAnnotation.getMethodTextRange()
          Return the TextRange for the 'method' element.
 TextRange TimeOfDayAnnotation.getMillisecondTextRange()
          Return the TextRange for the 'millisecond' element.
 TextRange TimeOfDayAnnotation.getMinuteTextRange()
          Return the TextRange for the 'minute' element.
 TextRange NamedConverterAnnotation.getNameTextRange()
          Return the TextRange for the 'name' element.
 TextRange BaseTypeConverterAnnotation.getObjectTypeTextRange()
          Return the TextRange for the 'objectType' element.
 TextRange ConversionValueAnnotation.getObjectValueTextRange()
          Return the TextRange for the 'objectValue' element.
 TextRange TransformationAnnotation.getOptionalTextRange()
          Return the TextRange for the 'optional' element.
 TextRange TenantDiscriminatorColumnAnnotation2_3.getPrimaryKeyTextRange()
          Return the TextRange for the 'primaryKey' element.
 TextRange CacheAnnotation.getRefreshOnlyIfNewerTextRange()
          Return the TextRange for the 'refreshOnlyIfNewer' element.
 TextRange TimeOfDayAnnotation.getSecondTextRange()
          Return the TextRange for the 'second' element.
 TextRange CacheAnnotation.getSharedTextRange()
          Return the TextRange for the 'shared' element.
 TextRange CacheAnnotation.getSizeTextRange()
          Return the TextRange for the 'size' element.
 TextRange TenantDiscriminatorColumnAnnotation2_3.getTableTextRange()
          Return the TextRange for the 'table' element.
 TextRange TransformerAnnotation.getTransformerClassTextRange()
          Return the TextRange for the 'transformerClass' element.
 TextRange CacheAnnotation.getTypeTextRange()
          Return the TextRange for the 'type' element.
 TextRange ClassExtractorAnnotation2_1.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange BaseConvertAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange ExistenceCheckingAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange ChangeTrackingAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange MultitenantAnnotation2_3.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange JoinFetchAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange CustomizerAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 TextRange MutableAnnotation.getValueTextRange()
          Return the TextRange for the 'value' element.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.