org.apache.olingo.odata2.api.edm
Interface EdmReferentialConstraintRole


public interface EdmReferentialConstraintRole

Do not implement this interface or derive from class.

EdmReferentialConstraintRole indicates the role of the association end


Method Summary
 List<String> getPropertyRefNames()
          Get the properties
 String getRole()
          Get the role
 

Method Detail

getRole

String getRole()
Get the role

Returns:
a role as String

getPropertyRefNames

List<String> getPropertyRefNames()
Get the properties

Returns:
a list of names of the properties


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.