Uses of Enum Class
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView.RoleType
Packages that use JPAEdmReferentialConstraintRoleView.RoleType
Package
Description
OData JPA Processor API Library - JPA EDM Model
-
Uses of JPAEdmReferentialConstraintRoleView.RoleType in org.apache.olingo.odata2.jpa.processor.api.model
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return JPAEdmReferentialConstraintRoleView.RoleTypeModifier and TypeMethodDescriptionJPAEdmReferentialConstraintRoleView.getRoleType()The method returns the role type (PRINCIPAL or DEPENDENT)Returns the enum constant of this class with the specified name.JPAEdmReferentialConstraintRoleView.RoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.