Uses of Class
org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView.RoleType
-
Packages that use JPAEdmReferentialConstraintRoleView.RoleType Package Description org.apache.olingo.odata2.jpa.processor.api.model 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.RoleType Modifier and Type Method Description JPAEdmReferentialConstraintRoleView.RoleTypeJPAEdmReferentialConstraintRoleView. getRoleType()The method returns the role type (PRINCIPAL or DEPENDENT)static JPAEdmReferentialConstraintRoleView.RoleTypeJPAEdmReferentialConstraintRoleView.RoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static JPAEdmReferentialConstraintRoleView.RoleType[]JPAEdmReferentialConstraintRoleView.RoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-