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> T
getAdapter
(Class<T> adapter) org.eclipse.emf.databinding.FeaturePath[]
Return feature paths.int
hashCode()
boolean
Checks 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:IDefinitionIdentifier
Checks whether the identifier matches the specifiedid
.- Specified by:
matches
in interfaceIDefinitionIdentifier
- Parameters:
id
- the object that represents identifier, cannot benull
.- Returns:
true
if the identifier matches the specified object,false
- otherwise.
-
getAdapter
- Specified by:
getAdapter
in interfaceorg.eclipse.core.runtime.IAdaptable
-
hashCode
public int hashCode() -
equals
-
toString
-