X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fchamp%2Fmodel%2Ffluent%2Findex%2FObjectIndexFieldStep.java;fp=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fchamp%2Fmodel%2Ffluent%2Findex%2FObjectIndexFieldStep.java;h=4450e840b338ff1754943f847ace16c0909d9bb1;hb=90b737757ff790d199458c51f7e09c4806b4ba34;hp=0000000000000000000000000000000000000000;hpb=418dd7316977dfb78b55efce717ce34b33590e4d;p=aai%2Fchamp.git diff --git a/src/main/java/org/onap/aai/champ/model/fluent/index/ObjectIndexFieldStep.java b/src/main/java/org/onap/aai/champ/model/fluent/index/ObjectIndexFieldStep.java new file mode 100644 index 0000000..4450e84 --- /dev/null +++ b/src/main/java/org/onap/aai/champ/model/fluent/index/ObjectIndexFieldStep.java @@ -0,0 +1,30 @@ +/** + * ============LICENSE_START========================================== + * org.onap.aai + * =================================================================== + * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017 Amdocs + * =================================================================== + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ============LICENSE_END============================================ + * ECOMP is a trademark and service mark of AT&T Intellectual Property. + */ +package org.onap.aai.champ.model.fluent.index; + +import org.onap.aai.champ.model.ChampObjectIndex; +import org.onap.aai.champ.model.fluent.BuildStep; + +public interface ObjectIndexFieldStep { + + public BuildStep forField(String fieldName); +}