mirror of
https://github.com/apache/olingo-odata4.git
synced 2025-02-06 10:09:25 +00:00
OLINGO-1002: Adding the missing target type for Parameter
This commit is contained in:
parent
38c9a76eb6
commit
a931f657fa
@ -63,6 +63,7 @@ public enum TargetType {
|
||||
OnDelete(EdmOnDelete.class),
|
||||
Property(EdmProperty.class),
|
||||
PropertyValue(EdmPropertyValue.class),
|
||||
Parameter(EdmParameter.class),
|
||||
Record(EdmRecord.class),
|
||||
ReferentialConstraint(EdmReferentialConstraint.class),
|
||||
ReturnType(EdmReturnType.class),
|
||||
|
Loading…
x
Reference in New Issue
Block a user