Class Factory


  • public class Factory
    extends java.lang.Object
    Creator of MO:DCA structured field objects
    • Field Detail

      • OBJECT_ENVIRONMENT_GROUP_NAME_PREFIX

        private static final java.lang.String OBJECT_ENVIRONMENT_GROUP_NAME_PREFIX
        See Also:
        Constant Field Values
      • ACTIVE_ENVIRONMENT_GROUP_NAME_PREFIX

        private static final java.lang.String ACTIVE_ENVIRONMENT_GROUP_NAME_PREFIX
        See Also:
        Constant Field Values
      • IMAGE_NAME_PREFIX

        private static final java.lang.String IMAGE_NAME_PREFIX
        See Also:
        Constant Field Values
      • GRAPHIC_NAME_PREFIX

        private static final java.lang.String GRAPHIC_NAME_PREFIX
        See Also:
        Constant Field Values
      • BARCODE_NAME_PREFIX

        private static final java.lang.String BARCODE_NAME_PREFIX
        See Also:
        Constant Field Values
      • OBJECT_CONTAINER_NAME_PREFIX

        private static final java.lang.String OBJECT_CONTAINER_NAME_PREFIX
        See Also:
        Constant Field Values
      • RESOURCE_NAME_PREFIX

        private static final java.lang.String RESOURCE_NAME_PREFIX
        See Also:
        Constant Field Values
      • RESOURCE_GROUP_NAME_PREFIX

        private static final java.lang.String RESOURCE_GROUP_NAME_PREFIX
        See Also:
        Constant Field Values
      • PAGE_GROUP_NAME_PREFIX

        private static final java.lang.String PAGE_GROUP_NAME_PREFIX
        See Also:
        Constant Field Values
      • PAGE_NAME_PREFIX

        private static final java.lang.String PAGE_NAME_PREFIX
        See Also:
        Constant Field Values
      • OVERLAY_NAME_PREFIX

        private static final java.lang.String OVERLAY_NAME_PREFIX
        See Also:
        Constant Field Values
      • PRESENTATION_TEXT_NAME_PREFIX

        private static final java.lang.String PRESENTATION_TEXT_NAME_PREFIX
        See Also:
        Constant Field Values
      • DOCUMENT_NAME_PREFIX

        private static final java.lang.String DOCUMENT_NAME_PREFIX
        See Also:
        Constant Field Values
      • IM_IMAGE_NAME_PREFIX

        private static final java.lang.String IM_IMAGE_NAME_PREFIX
        See Also:
        Constant Field Values
      • IMAGE_SEGMENT_NAME_PREFIX

        private static final java.lang.String IMAGE_SEGMENT_NAME_PREFIX
        See Also:
        Constant Field Values
      • pageGroupCount

        private int pageGroupCount
        the page group count
      • pageCount

        private int pageCount
        the page count
      • imageCount

        private int imageCount
        the image count
      • imImageCount

        private int imImageCount
        the im image count
      • imageSegmentCount

        private int imageSegmentCount
        the image segment count
      • graphicCount

        private int graphicCount
        the graphic count
      • objectContainerCount

        private int objectContainerCount
        the object container count
      • resourceCount

        private int resourceCount
        the resource count
      • resourceGroupCount

        private int resourceGroupCount
        the resource group count
      • overlayCount

        private int overlayCount
        the overlay count
      • textObjectCount

        private int textObjectCount
        the presentation text object count
      • activeEnvironmentGroupCount

        private int activeEnvironmentGroupCount
        the active environment group count
      • documentCount

        private int documentCount
        the document count
      • objectEnvironmentGroupCount

        private int objectEnvironmentGroupCount
        the object environment group count
    • Constructor Detail

      • Factory

        public Factory()
        Main constructor