Project Aristotle - ArisID Attribute Services

org.openliberty.arisidbeans
Class ObjRelationMethodDescriptor

java.lang.Object
  extended by org.openliberty.arisidbeans.ObjRelationMethodDescriptor

public class ObjRelationMethodDescriptor
extends java.lang.Object


Method Summary
 java.util.List<java.lang.String> getAttributeFilter()
           
 java.lang.String getBoolMethodDescription()
           
 java.lang.String getBoolMethodName()
           
 int getFilterType()
           
 java.lang.String getInputObject()
           
 java.lang.String getMethodDescription()
           
 java.lang.String getMethodName()
           
 java.lang.String getObjRelationRefMethod()
           
 java.util.List<java.lang.String> getReturnObject()
           
 int getTraversalType()
           
 void setObjRelationRefMethod(java.lang.String objRelationRefMethod)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTraversalType

public int getTraversalType()

getMethodName

public java.lang.String getMethodName()

getMethodDescription

public java.lang.String getMethodDescription()

getBoolMethodName

public java.lang.String getBoolMethodName()

getBoolMethodDescription

public java.lang.String getBoolMethodDescription()

getInputObject

public java.lang.String getInputObject()

getReturnObject

public java.util.List<java.lang.String> getReturnObject()

getFilterType

public int getFilterType()

getAttributeFilter

public java.util.List<java.lang.String> getAttributeFilter()

getObjRelationRefMethod

public java.lang.String getObjRelationRefMethod()

setObjRelationRefMethod

public void setObjRelationRefMethod(java.lang.String objRelationRefMethod)

OpenLiberty.org - Licensed under Apache APL 2.0