Skip to content

Commit

Permalink
Fix missing function (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware authored Dec 1, 2023
1 parent 580005c commit 8f1ce90
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ public boolean isIsBitmaskType()
return super.getContentTypeCode().isIsBitmaskType();
}

@Override
public boolean isIsEnumType()
{
return super.getContentTypeCode().isIsEnumType();
}

public boolean isIsType_10()
{
return true;
Expand Down

0 comments on commit 8f1ce90

Please sign in to comment.