X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=activiti-extension%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fworkflow%2Factivitiext%2Fcommon%2FServiceType.java;fp=activiti-extension%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fworkflow%2Factivitiext%2Fcommon%2FMsbClientConfig.java;h=c6c3d20b2d378ac39f3257d5bd7a20a925548a7c;hb=ca57c4bc2ce48c52f10bf6ef816492cf044430e0;hp=338a1ff192f51ead721e4268993c7dc69f00227f;hpb=4d813ced540b70cefd212f9b082bce474b3c2977;p=vfc%2Fnfvo%2Fwfengine.git diff --git a/activiti-extension/src/main/java/org/onap/workflow/activitiext/common/MsbClientConfig.java b/activiti-extension/src/main/java/org/onap/workflow/activitiext/common/ServiceType.java similarity index 82% rename from activiti-extension/src/main/java/org/onap/workflow/activitiext/common/MsbClientConfig.java rename to activiti-extension/src/main/java/org/onap/workflow/activitiext/common/ServiceType.java index 338a1ff..c6c3d20 100644 --- a/activiti-extension/src/main/java/org/onap/workflow/activitiext/common/MsbClientConfig.java +++ b/activiti-extension/src/main/java/org/onap/workflow/activitiext/common/ServiceType.java @@ -1,26 +1,24 @@ -/** - * Copyright 2017 ZTE Corporation. - * - * 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. - */ - -package org.onap.workflow.activitiext.common; - -import lombok.Data; - -@Data -public class MsbClientConfig { - - private String msbSvrIp; - private Integer msbSvrPort; -} +/** + * Copyright 2017 ZTE Corporation. + * + * 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. + */ +package org.onap.workflow.activitiext.common; + +/** + * @author 10175158 + * + */ +public enum ServiceType { + catalog +}