com.semarchy.mdm.runtime.model.dbschema
Interface IDBSourceCode


public interface IDBSourceCode


Nested Class Summary
static class IDBSourceCode.SourceCodeType
           
 
Method Summary
 String getCode()
           
 String getSourceCodeName()
           
 IDBSourceCode.SourceCodeType getType()
           
 boolean isPublic()
          Indicates if source code is public (this is irrelevant for IDBSourceCode.SourceCodeType.PACKAGE_BODY
 

Method Detail

getSourceCodeName

String getSourceCodeName()

getCode

String getCode()

getType

IDBSourceCode.SourceCodeType getType()

isPublic

boolean isPublic()
Indicates if source code is public (this is irrelevant for IDBSourceCode.SourceCodeType.PACKAGE_BODY

Returns:


Copyright © 2015. All Rights Reserved.