Class FieldDefinitionIdentifier
java.lang.Object
com._1c.g5.aef2.standard.internal.definitions.FieldDefinitionIdentifier
- All Implemented Interfaces:
- IDefinitionIdentifier,- org.eclipse.core.runtime.IAdaptable
The 
IDefinitionIdentifier implementation for the IFieldDefinition.- 
Constructor SummaryConstructorsConstructorDescriptionFieldDefinitionIdentifier(org.eclipse.emf.databinding.FeaturePath[] featurePaths) Creates a new identifier.
- 
Method SummaryModifier and TypeMethodDescriptionboolean<T> TgetAdapter(Class<T> adapter) org.eclipse.emf.databinding.FeaturePath[]Return feature paths.inthashCode()booleanChecks whether the identifier matches the specifiedid.toString()
- 
Constructor Details- 
FieldDefinitionIdentifierpublic FieldDefinitionIdentifier(org.eclipse.emf.databinding.FeaturePath[] featurePaths) Creates a new identifier.- Parameters:
- featurePaths- feature path array, cannot be- null.
 
 
- 
- 
Method Details- 
getFeaturePathspublic org.eclipse.emf.databinding.FeaturePath[] getFeaturePaths()Return feature paths.- Returns:
- feature paths, never null.
 
- 
matchesDescription copied from interface:IDefinitionIdentifierChecks whether the identifier matches the specifiedid.- Specified by:
- matchesin interface- IDefinitionIdentifier
- Parameters:
- id- the object that represents identifier, cannot be- null.
- Returns:
- trueif the identifier matches the specified object,- false- otherwise.
 
- 
getAdapter- Specified by:
- getAdapterin interface- org.eclipse.core.runtime.IAdaptable
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-