public class EditedFIBComponent
extends org.openflexo.toolbox.PropertyChangedSupportDefaultImplementation
FIBComponent
, in a given contextModifier | Constructor and Description |
---|---|
protected |
EditedFIBComponent(FIBComponent fibComponent,
FIBLibrary fibLibrary) |
protected |
EditedFIBComponent(org.openflexo.rm.Resource sourceResource,
FIBLibrary fibLibrary) |
protected |
EditedFIBComponent(org.openflexo.rm.Resource sourceResource,
org.openflexo.rm.Resource productionResource,
FIBLibrary fibLibrary) |
protected |
EditedFIBComponent(String name,
FIBComponent fibComponent,
FIBLibrary fibLibrary) |
Modifier and Type | Method and Description |
---|---|
Object |
getDataObject() |
FIBModelFactory |
getFactory() |
FIBComponent |
getFIBComponent() |
FIBLibrary |
getFIBLibrary() |
String |
getName() |
org.openflexo.rm.Resource |
getProductionResource() |
org.openflexo.rm.Resource |
getSourceResource() |
void |
save() |
void |
saveAs(org.openflexo.rm.FileResourceImpl sourceResource) |
void |
setDataObject(Object dataObject) |
void |
setProductionResource(org.openflexo.rm.Resource productionResource) |
void |
setSourceResource(org.openflexo.rm.Resource sourceResource) |
protected EditedFIBComponent(FIBComponent fibComponent, FIBLibrary fibLibrary)
protected EditedFIBComponent(String name, FIBComponent fibComponent, FIBLibrary fibLibrary)
protected EditedFIBComponent(org.openflexo.rm.Resource sourceResource, FIBLibrary fibLibrary)
protected EditedFIBComponent(org.openflexo.rm.Resource sourceResource, org.openflexo.rm.Resource productionResource, FIBLibrary fibLibrary)
public String getName()
public FIBComponent getFIBComponent()
public FIBLibrary getFIBLibrary()
public Object getDataObject()
public void setDataObject(Object dataObject)
public FIBModelFactory getFactory()
public org.openflexo.rm.Resource getSourceResource()
public void setSourceResource(org.openflexo.rm.Resource sourceResource)
public org.openflexo.rm.Resource getProductionResource()
public void setProductionResource(org.openflexo.rm.Resource productionResource)
public void save()
public void saveAs(org.openflexo.rm.FileResourceImpl sourceResource)
Copyright © 2022 Openflexo. All rights reserved.