public class EmbeddedPartMetadata extends Object
| Constructor and Description |
|---|
EmbeddedPartMetadata(String emfRelationshipId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmfRelationshipId() |
String |
getFullName() |
String |
getProgId() |
String |
getRenderedName() |
void |
setFullName(String fullName) |
void |
setProgId(String progId) |
void |
setRenderedName(String renderedName) |
public EmbeddedPartMetadata(String emfRelationshipId)
emfRelationshipId - relationship id of the EMF filepublic String getEmfRelationshipId()
public String getRenderedName()
public String getFullName()
public String getProgId()
public void setRenderedName(String renderedName)
public void setFullName(String fullName)
public void setProgId(String progId)
Copyright © 2007–2024 The Apache Software Foundation. All rights reserved.