001// -------------------------------------------------------------------------------- 002// Copyright 2002-2024 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 SelectorDescriptionEdit getSelectorDescriptionEdit(); 032 SelectorEdit getSelectorEdit(); 033 SelectorKindDescriptionEdit getSelectorKindDescriptionEdit(); 034 SelectorKindEdit getSelectorKindEdit(); 035 SelectorNodeDescriptionEdit getSelectorNodeDescriptionEdit(); 036 SelectorNodeEdit getSelectorNodeEdit(); 037 SelectorTypeDescriptionEdit getSelectorTypeDescriptionEdit(); 038 SelectorTypeEdit getSelectorTypeEdit(); 039 CreateSelectorBooleanTypeDescriptionForm getCreateSelectorBooleanTypeDescriptionForm(); 040 CreateSelectorBooleanTypeForm getCreateSelectorBooleanTypeForm(); 041 CreateSelectorComparisonTypeDescriptionForm getCreateSelectorComparisonTypeDescriptionForm(); 042 CreateSelectorComparisonTypeForm getCreateSelectorComparisonTypeForm(); 043 CreateSelectorDescriptionForm getCreateSelectorDescriptionForm(); 044 CreateSelectorForm getCreateSelectorForm(); 045 CreateSelectorKindDescriptionForm getCreateSelectorKindDescriptionForm(); 046 CreateSelectorKindForm getCreateSelectorKindForm(); 047 CreateSelectorNodeDescriptionForm getCreateSelectorNodeDescriptionForm(); 048 CreateSelectorNodeForm getCreateSelectorNodeForm(); 049 CreateSelectorNodeTypeDescriptionForm getCreateSelectorNodeTypeDescriptionForm(); 050 CreateSelectorNodeTypeForm getCreateSelectorNodeTypeForm(); 051 CreateSelectorNodeTypeUseForm getCreateSelectorNodeTypeUseForm(); 052 CreateSelectorTextSearchTypeDescriptionForm getCreateSelectorTextSearchTypeDescriptionForm(); 053 CreateSelectorTextSearchTypeForm getCreateSelectorTextSearchTypeForm(); 054 CreateSelectorTypeDescriptionForm getCreateSelectorTypeDescriptionForm(); 055 CreateSelectorTypeForm getCreateSelectorTypeForm(); 056 DeleteSelectorDescriptionForm getDeleteSelectorDescriptionForm(); 057 DeleteSelectorForm getDeleteSelectorForm(); 058 DeleteSelectorKindDescriptionForm getDeleteSelectorKindDescriptionForm(); 059 DeleteSelectorKindForm getDeleteSelectorKindForm(); 060 DeleteSelectorNodeDescriptionForm getDeleteSelectorNodeDescriptionForm(); 061 DeleteSelectorNodeForm getDeleteSelectorNodeForm(); 062 DeleteSelectorTypeDescriptionForm getDeleteSelectorTypeDescriptionForm(); 063 DeleteSelectorTypeForm getDeleteSelectorTypeForm(); 064 EditSelectorDescriptionForm getEditSelectorDescriptionForm(); 065 EditSelectorForm getEditSelectorForm(); 066 EditSelectorKindDescriptionForm getEditSelectorKindDescriptionForm(); 067 EditSelectorKindForm getEditSelectorKindForm(); 068 EditSelectorNodeDescriptionForm getEditSelectorNodeDescriptionForm(); 069 EditSelectorTypeDescriptionForm getEditSelectorTypeDescriptionForm(); 070 EditSelectorTypeForm getEditSelectorTypeForm(); 071 EvaluateSelectorsForm getEvaluateSelectorsForm(); 072 GetSelectorBooleanTypeChoicesForm getGetSelectorBooleanTypeChoicesForm(); 073 GetSelectorChoicesForm getGetSelectorChoicesForm(); 074 GetSelectorComparisonTypeChoicesForm getGetSelectorComparisonTypeChoicesForm(); 075 GetSelectorDescriptionsForm getGetSelectorDescriptionsForm(); 076 GetSelectorForm getGetSelectorForm(); 077 GetSelectorKindChoicesForm getGetSelectorKindChoicesForm(); 078 GetSelectorKindDescriptionForm getGetSelectorKindDescriptionForm(); 079 GetSelectorKindDescriptionsForm getGetSelectorKindDescriptionsForm(); 080 GetSelectorKindForm getGetSelectorKindForm(); 081 GetSelectorKindsForm getGetSelectorKindsForm(); 082 GetSelectorNodeChoicesForm getGetSelectorNodeChoicesForm(); 083 GetSelectorNodeDescriptionsForm getGetSelectorNodeDescriptionsForm(); 084 GetSelectorNodeForm getGetSelectorNodeForm(); 085 GetSelectorNodeTypeForm getGetSelectorNodeTypeForm(); 086 GetSelectorNodeTypesForm getGetSelectorNodeTypesForm(); 087 GetSelectorNodesForm getGetSelectorNodesForm(); 088 GetSelectorPartiesForm getGetSelectorPartiesForm(); 089 GetSelectorTextSearchTypeChoicesForm getGetSelectorTextSearchTypeChoicesForm(); 090 GetSelectorTypeChoicesForm getGetSelectorTypeChoicesForm(); 091 GetSelectorTypeDescriptionForm getGetSelectorTypeDescriptionForm(); 092 GetSelectorTypeDescriptionsForm getGetSelectorTypeDescriptionsForm(); 093 GetSelectorTypeForm getGetSelectorTypeForm(); 094 GetSelectorTypesForm getGetSelectorTypesForm(); 095 GetSelectorsForm getGetSelectorsForm(); 096 SetDefaultSelectorForm getSetDefaultSelectorForm(); 097 SetDefaultSelectorKindForm getSetDefaultSelectorKindForm(); 098 SetDefaultSelectorTypeForm getSetDefaultSelectorTypeForm(); 099 SetRootSelectorNodeForm getSetRootSelectorNodeForm(); 100 SelectorBooleanTypeDescriptionSpec getSelectorBooleanTypeDescriptionSpec(); 101 SelectorBooleanTypeSpec getSelectorBooleanTypeSpec(); 102 SelectorComparisonTypeDescriptionSpec getSelectorComparisonTypeDescriptionSpec(); 103 SelectorComparisonTypeSpec getSelectorComparisonTypeSpec(); 104 SelectorDescriptionSpec getSelectorDescriptionSpec(); 105 SelectorKindDescriptionSpec getSelectorKindDescriptionSpec(); 106 SelectorKindSpec getSelectorKindSpec(); 107 SelectorKindUniversalSpec getSelectorKindUniversalSpec(); 108 SelectorNodeDescriptionSpec getSelectorNodeDescriptionSpec(); 109 SelectorNodeSpec getSelectorNodeSpec(); 110 SelectorNodeTypeSpec getSelectorNodeTypeSpec(); 111 SelectorSpec getSelectorSpec(); 112 SelectorTextSearchTypeDescriptionSpec getSelectorTextSearchTypeDescriptionSpec(); 113 SelectorTextSearchTypeSpec getSelectorTextSearchTypeSpec(); 114 SelectorTypeDescriptionSpec getSelectorTypeDescriptionSpec(); 115 SelectorTypeSpec getSelectorTypeSpec(); 116 SelectorTypeUniversalSpec getSelectorTypeUniversalSpec(); 117 SelectorUniversalSpec getSelectorUniversalSpec(); 118 119}