Interface IExternalDataManagementSystemImmutable
-
public interface IExternalDataManagementSystemImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()ch.systemsx.cisd.openbis.generic.shared.basic.dto.ExternalDataManagementSystemTypegetAddressType()java.lang.StringgetCode()java.lang.StringgetLabel()java.lang.StringgetUrlTemplate()booleanisOpenBIS()
-
-
-
Method Detail
-
getCode
java.lang.String getCode()
-
getLabel
java.lang.String getLabel()
-
getUrlTemplate
java.lang.String getUrlTemplate()
-
getAddress
java.lang.String getAddress()
-
getAddressType
ch.systemsx.cisd.openbis.generic.shared.basic.dto.ExternalDataManagementSystemType getAddressType()
-
isOpenBIS
boolean isOpenBIS()
-
-