All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.zossecurity.IZosCicsProfile Maven / Gradle / Ivy

The newest version!
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.zossecurity;

import dev.galasa.zossecurity.datatypes.ZosCicsClassResource;
import dev.galasa.zossecurity.datatypes.ZosCicsClassType;

public interface IZosCicsProfile extends IZosProfile {
	
	/**
	 * Retrieve the CICS Security Class type
	 * 
	 * @return The CICS Security Class type
	 */
	public ZosCicsClassResource getClassResource();
	
	/**
	 * Retrieve the Member/Grouping setting
	 * 
	 * @return Member or Grouping
	 */
	public ZosCicsClassType getClassType();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy