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 Summary
ConstructorsConstructorDescriptionFieldDefinitionIdentifier(org.eclipse.emf.databinding.FeaturePath[] featurePaths) Creates a new identifier. -
Method Summary
Modifier 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
-
FieldDefinitionIdentifier
public FieldDefinitionIdentifier(org.eclipse.emf.databinding.FeaturePath[] featurePaths) Creates a new identifier.- Parameters:
featurePaths- feature path array, cannot benull.
-
-
Method Details
-
getFeaturePaths
public org.eclipse.emf.databinding.FeaturePath[] getFeaturePaths()Return feature paths.- Returns:
- feature paths, never
null.
-
matches
Description copied from interface:IDefinitionIdentifierChecks whether the identifier matches the specifiedid.- Specified by:
matchesin interfaceIDefinitionIdentifier- Parameters:
id- the object that represents identifier, cannot benull.- Returns:
trueif the identifier matches the specified object,false- otherwise.
-
getAdapter
- Specified by:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable
-
hashCode
public int hashCode() -
equals
-
toString
-