Class EmbeddedComponentType

    • Constructor Detail

      • EmbeddedComponentType

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

      • 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.