Class EmbeddedComponentType

All Implemented Interfaces:
Serializable, BindableType, OutputableType, CompositeType, ProcedureParameterExtractionAware, CompositeTypeImplementor, Type

public class EmbeddedComponentType extends ComponentType
See Also:
  • Constructor Details

    • EmbeddedComponentType

      public EmbeddedComponentType(Component component, int[] originalPropertyOrder)
  • Method Details

    • isEmbedded

      public boolean isEmbedded()
      Description copied from interface: CompositeType
      Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
      Specified by:
      isEmbedded in interface CompositeType
      Overrides:
      isEmbedded in class ComponentType
      Returns:
      True if this component is embedded; false otherwise.
    • isMethodOf

      public boolean isMethodOf(Method method)
      Description copied from interface: CompositeType
      Is the given method a member of this component's class?
      Specified by:
      isMethodOf in interface CompositeType
      Overrides:
      isMethodOf in class ComponentType
      Parameters:
      method - The method to check
      Returns:
      True if the method is a member; false otherwise.