Interface DefinitionIdentifier

All Superinterfaces:
Identifier, Serializable
All Known Subinterfaces:
AssociationTypeIdentifier, AttributeTypeIdentifier, TypeIdentifier
All Known Implementing Classes:
com.ptc.core.meta.common.impl.AbstractAssociationTypeIdentifier, com.ptc.core.meta.common.impl.AbstractAttributeTypeIdentifier, com.ptc.core.meta.common.impl.AbstractDefinitionIdentifier, com.ptc.core.meta.common.impl.AbstractHierarchicalIdentifier, ChangeOperationIdentifier, CreateOperationIdentifier, DeleteOperationIdentifier, DisplayOperationIdentifier, com.ptc.core.meta.common.impl.FilteredAssociationTypeIdentifier, IBRTypeIdentifier, InstanceBasedAssociationTypeIdentifier, InstanceBasedAttributeTypeIdentifier, ModeledAssociationTypeIdentifier, ModeledAttributeTypeIdentifier, OIROperationIdentifier, OperationIdentifier, QueryBasedAssociationTypeIdentifier, SearchOperationIdentifier, UpdateOperationIdentifier, WCTypeIdentifier

public interface DefinitionIdentifier extends Identifier
DefinitionIdentifier identifies a particular Definition instance.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isDescendedFrom(DefinitionIdentifier definition_identifier)
    To examine this definition identifier whether it's a descendent from the definition identifier from the parameter.
  • Method Details

    • isDescendedFrom

      boolean isDescendedFrom(DefinitionIdentifier definition_identifier)
      To examine this definition identifier whether it's a descendent from the definition identifier from the parameter.

      Supported API: true
      Parameters:
      definition_identifier -
      Returns:
      boolean