001// --------------------------------------------------------------------------------
002// Copyright 2002-2025 Echo Three, LLC
003//
004// Licensed under the Apache License, Version 2.0 (the "License");
005// you may not use this file except in compliance with the License.
006// You may obtain a copy of the License at
007//
008//     http://www.apache.org/licenses/LICENSE-2.0
009//
010// Unless required by applicable law or agreed to in writing, software
011// distributed under the License is distributed on an "AS IS" BASIS,
012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013// See the License for the specific language governing permissions and
014// limitations under the License.
015// --------------------------------------------------------------------------------
016// Generated File -- DO NOT EDIT BY HAND
017// --------------------------------------------------------------------------------
018
019/**
020 * SelectorForms.java
021 */
022
023package com.echothree.control.user.selector.common;
024
025import com.echothree.control.user.selector.common.edit.*;
026import com.echothree.control.user.selector.common.form.*;
027import com.echothree.control.user.selector.common.spec.*;
028
029public interface SelectorForms {
030
031    SelectorNodeEdit getSelectorNodeEdit();
032    SelectorEdit getSelectorEdit();
033    SelectorTypeEdit getSelectorTypeEdit();
034    SelectorDescriptionEdit getSelectorDescriptionEdit();
035    SelectorKindEdit getSelectorKindEdit();
036    SelectorTypeDescriptionEdit getSelectorTypeDescriptionEdit();
037    SelectorKindDescriptionEdit getSelectorKindDescriptionEdit();
038    SelectorNodeDescriptionEdit getSelectorNodeDescriptionEdit();
039    CreateSelectorNodeTypeUseForm getCreateSelectorNodeTypeUseForm();
040    SetDefaultSelectorForm getSetDefaultSelectorForm();
041    SetRootSelectorNodeForm getSetRootSelectorNodeForm();
042    GetSelectorsForm getGetSelectorsForm();
043    GetSelectorKindDescriptionForm getGetSelectorKindDescriptionForm();
044    CreateSelectorTypeDescriptionForm getCreateSelectorTypeDescriptionForm();
045    GetSelectorTypesForm getGetSelectorTypesForm();
046    GetSelectorKindsForm getGetSelectorKindsForm();
047    EditSelectorNodeDescriptionForm getEditSelectorNodeDescriptionForm();
048    DeleteSelectorForm getDeleteSelectorForm();
049    EditSelectorKindDescriptionForm getEditSelectorKindDescriptionForm();
050    DeleteSelectorTypeDescriptionForm getDeleteSelectorTypeDescriptionForm();
051    EvaluateSelectorsForm getEvaluateSelectorsForm();
052    GetSelectorNodeTypeForm getGetSelectorNodeTypeForm();
053    GetSelectorTypeChoicesForm getGetSelectorTypeChoicesForm();
054    SetDefaultSelectorKindForm getSetDefaultSelectorKindForm();
055    CreateSelectorKindForm getCreateSelectorKindForm();
056    DeleteSelectorKindDescriptionForm getDeleteSelectorKindDescriptionForm();
057    GetSelectorKindForm getGetSelectorKindForm();
058    GetSelectorBooleanTypeChoicesForm getGetSelectorBooleanTypeChoicesForm();
059    EditSelectorTypeDescriptionForm getEditSelectorTypeDescriptionForm();
060    CreateSelectorDescriptionForm getCreateSelectorDescriptionForm();
061    GetSelectorTypeDescriptionsForm getGetSelectorTypeDescriptionsForm();
062    DeleteSelectorKindForm getDeleteSelectorKindForm();
063    CreateSelectorNodeDescriptionForm getCreateSelectorNodeDescriptionForm();
064    CreateSelectorNodeTypeDescriptionForm getCreateSelectorNodeTypeDescriptionForm();
065    GetSelectorNodeDescriptionsForm getGetSelectorNodeDescriptionsForm();
066    GetSelectorTextSearchTypeChoicesForm getGetSelectorTextSearchTypeChoicesForm();
067    CreateSelectorKindDescriptionForm getCreateSelectorKindDescriptionForm();
068    GetSelectorTypeDescriptionForm getGetSelectorTypeDescriptionForm();
069    GetSelectorPartiesForm getGetSelectorPartiesForm();
070    GetSelectorComparisonTypeChoicesForm getGetSelectorComparisonTypeChoicesForm();
071    EditSelectorKindForm getEditSelectorKindForm();
072    DeleteSelectorNodeDescriptionForm getDeleteSelectorNodeDescriptionForm();
073    GetSelectorNodeTypesForm getGetSelectorNodeTypesForm();
074    GetSelectorTypeForm getGetSelectorTypeForm();
075    CreateSelectorTextSearchTypeDescriptionForm getCreateSelectorTextSearchTypeDescriptionForm();
076    GetSelectorChoicesForm getGetSelectorChoicesForm();
077    CreateSelectorComparisonTypeDescriptionForm getCreateSelectorComparisonTypeDescriptionForm();
078    DeleteSelectorTypeForm getDeleteSelectorTypeForm();
079    CreateSelectorComparisonTypeForm getCreateSelectorComparisonTypeForm();
080    GetSelectorNodesForm getGetSelectorNodesForm();
081    CreateSelectorNodeTypeForm getCreateSelectorNodeTypeForm();
082    CreateSelectorNodeForm getCreateSelectorNodeForm();
083    EditSelectorTypeForm getEditSelectorTypeForm();
084    DeleteSelectorNodeForm getDeleteSelectorNodeForm();
085    DeleteSelectorDescriptionForm getDeleteSelectorDescriptionForm();
086    GetSelectorKindDescriptionsForm getGetSelectorKindDescriptionsForm();
087    GetSelectorNodeForm getGetSelectorNodeForm();
088    CreateSelectorBooleanTypeForm getCreateSelectorBooleanTypeForm();
089    CreateSelectorTextSearchTypeForm getCreateSelectorTextSearchTypeForm();
090    EditSelectorForm getEditSelectorForm();
091    GetSelectorForm getGetSelectorForm();
092    CreateSelectorForm getCreateSelectorForm();
093    GetSelectorKindChoicesForm getGetSelectorKindChoicesForm();
094    EditSelectorDescriptionForm getEditSelectorDescriptionForm();
095    GetSelectorNodeChoicesForm getGetSelectorNodeChoicesForm();
096    SetDefaultSelectorTypeForm getSetDefaultSelectorTypeForm();
097    GetSelectorDescriptionsForm getGetSelectorDescriptionsForm();
098    CreateSelectorTypeForm getCreateSelectorTypeForm();
099    CreateSelectorBooleanTypeDescriptionForm getCreateSelectorBooleanTypeDescriptionForm();
100    SelectorDescriptionSpec getSelectorDescriptionSpec();
101    SelectorSpec getSelectorSpec();
102    SelectorKindUniversalSpec getSelectorKindUniversalSpec();
103    SelectorTypeSpec getSelectorTypeSpec();
104    SelectorBooleanTypeDescriptionSpec getSelectorBooleanTypeDescriptionSpec();
105    SelectorNodeSpec getSelectorNodeSpec();
106    SelectorNodeTypeSpec getSelectorNodeTypeSpec();
107    SelectorUniversalSpec getSelectorUniversalSpec();
108    SelectorTextSearchTypeDescriptionSpec getSelectorTextSearchTypeDescriptionSpec();
109    SelectorNodeDescriptionSpec getSelectorNodeDescriptionSpec();
110    SelectorComparisonTypeSpec getSelectorComparisonTypeSpec();
111    SelectorBooleanTypeSpec getSelectorBooleanTypeSpec();
112    SelectorComparisonTypeDescriptionSpec getSelectorComparisonTypeDescriptionSpec();
113    SelectorKindDescriptionSpec getSelectorKindDescriptionSpec();
114    SelectorTypeUniversalSpec getSelectorTypeUniversalSpec();
115    SelectorTextSearchTypeSpec getSelectorTextSearchTypeSpec();
116    SelectorTypeDescriptionSpec getSelectorTypeDescriptionSpec();
117    SelectorKindSpec getSelectorKindSpec();
118
119}