Package org.verapdf.model
Class ModelHelper
- java.lang.Object
-
- org.verapdf.model.ModelHelper
-
public final class ModelHelper extends Object
This class represents names of superinterfaces and names of all properties for all generated interfaces.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getListOfLinks(String objectName)static List<String>getListOfProperties(String objectName)static List<String>getListOfSuperNames(String objectName)static Set<String>getTypes()
-
-
-
Method Detail
-
getListOfSuperNames
public static List<String> getListOfSuperNames(String objectName)
- Parameters:
objectName- - the name of the object- Returns:
- List of supernames for the given object
-
getListOfProperties
public static List<String> getListOfProperties(String objectName)
- Parameters:
objectName- - the name of the object- Returns:
- List of names of properties for the given object
-
-