Package org.verapdf.model
Class ModelHelper
java.lang.Object
org.verapdf.model.ModelHelper
This class represents names of superinterfaces and names of all properties for all generated interfaces.
-
Method Summary
Modifier and TypeMethodDescriptiongetListOfLinks(String objectName) getListOfProperties(String objectName) getListOfSuperNames(String objectName) getTypes()
-
Method Details
-
getListOfSuperNames
- Parameters:
objectName- - the name of the object- Returns:
- List of supernames for the given object
-
getTypes
- Returns:
- Set of all type names
-
getListOfProperties
- Parameters:
objectName- - the name of the object- Returns:
- List of names of properties for the given object
-
getListOfLinks
- Parameters:
objectName- - the name of the object- Returns:
- List of names of links for the given object
-