com.semarchy.mdm.runtime.model.logical
Interface IBOTransition

All Superinterfaces:
IUniquelyNamed, Serializable

public interface IBOTransition
extends IUniquelyNamed, Serializable


Field Summary
static String BOTRANSITION_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 String getFilter()
           
 String getName()
           
 IReference getReference()
           
 IBOEntity getSourceBOEntity()
           
 IBOEntity getTargetBOEntity()
           
 boolean isUseCustomLabel()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

BOTRANSITION_PREFIX

static final String BOTRANSITION_PREFIX
See Also:
Constant Field Values
Method Detail

getName

String getName()

getSourceBOEntity

IBOEntity getSourceBOEntity()

getReference

IReference getReference()

getFilter

String getFilter()

getTargetBOEntity

IBOEntity getTargetBOEntity()

isUseCustomLabel

boolean isUseCustomLabel()


Copyright © 2015. All Rights Reserved.