com.semarchy.mdm.runtime.model.logical
Class ReferenceBrowsingConfig

java.lang.Object
  extended by com.semarchy.mdm.runtime.model.logical.ReferenceBrowsingConfig
All Implemented Interfaces:
Serializable

public class ReferenceBrowsingConfig
extends Object
implements Serializable

Author:
sarod
See Also:
Serialized Form

Nested Class Summary
static class ReferenceBrowsingConfig.BrowsingMode
           
 
Constructor Summary
ReferenceBrowsingConfig(ReferenceBrowsingConfig.BrowsingMode navigationMode, String targetViewName)
           
 
Method Summary
 ReferenceBrowsingConfig.BrowsingMode getBrowsingMode()
           
 String getTargetView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceBrowsingConfig

public ReferenceBrowsingConfig(ReferenceBrowsingConfig.BrowsingMode navigationMode,
                               String targetViewName)
Method Detail

getBrowsingMode

public ReferenceBrowsingConfig.BrowsingMode getBrowsingMode()
Returns:
the NavigationMode used to view the reference IFormAttribute

getTargetView

public String getTargetView()
Returns:
the name of the IBusinessObjectView used to view the reference IFormAttribute if NavigationMode is set to NavigationMode#BUSINESS_OBJECT_VIEW


Copyright © 2015. All Rights Reserved.