public abstract class GenericModelObject extends Object implements Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
contextDependent |
| Modifier | Constructor and Description |
|---|---|
protected |
GenericModelObject(String objectType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
List<? extends Object> |
getLinkedObjects(String link) |
List<String> |
getLinks() |
String |
getObjectType() |
List<String> |
getProperties() |
List<String> |
getSuperTypes() |
Boolean |
isContextDependent() |
protected Boolean contextDependent
protected GenericModelObject(String objectType)
public final String getObjectType()
getObjectType in interface Objectpublic String getID()
public List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface Objectlink - - the name of a linkpublic List<String> getProperties()
getProperties in interface Objectthis objectpublic Boolean isContextDependent()
isContextDependent in interface Objectpublic List<String> getSuperTypes()
getSuperTypes in interface Objectthis objectCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.