public class DataModelAsset extends BaseXmlAsset
Modifier and Type | Class and Description |
---|---|
static interface |
DataModelAsset.DataModelObject |
static interface |
DataModelAsset.DataObjectAnnotation |
static interface |
DataModelAsset.DataObjectProperty |
assetHistory, assetType, checkinComment, lastContributor, lastModified, name
Constructor and Description |
---|
DataModelAsset(String name,
String format,
String lastContributor,
String checkinComment,
Date lastModified) |
Modifier and Type | Method and Description |
---|---|
DataModelAsset.DataModelObject |
addDataModelObject(String name,
String superType) |
Iterator<DataModelAsset.DataModelObject> |
modelObjects() |
getAssetHistory, getAssetType, getCheckinComment, getLastContributor, getLastModified, getName, setAssetHistory
public DataModelAsset.DataModelObject addDataModelObject(String name, String superType)
public Iterator<DataModelAsset.DataModelObject> modelObjects()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.