|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IField | |
---|---|
org.eclipse.tigerstripe.model | |
org.eclipse.tigerstripe.model.artifacts |
Uses of IField in org.eclipse.tigerstripe.model |
---|
Methods in org.eclipse.tigerstripe.model that return IField | |
---|---|
IField |
IField.clone()
Clones this Field. |
Uses of IField in org.eclipse.tigerstripe.model.artifacts |
---|
Methods in org.eclipse.tigerstripe.model.artifacts that return IField | |
---|---|
IField[] |
IAssociationClassArtifact.getIFields()
Returns the fields defined for this association Class. |
IField[] |
IAbstractArtifact.getIFields()
Returns the fields defined for this artifact |
IField[] |
IAbstractArtifact.getIFields(boolean filterFacetExcludedFields)
Returns the fields defined for this artifact. |
IField[] |
IAbstractArtifact.getInheritedIFields()
Returns the inherited fields for this artifact. |
IField[] |
IAbstractArtifact.getInheritedIFields(boolean filterFacetExcludedFields)
Returns the inherited fields for this artifact. |
IField |
IAssociationClassArtifact.makeIField()
Make a new blank artifact field |
IField |
IAbstractArtifact.makeIField()
Make a new blank artifact field |
Methods in org.eclipse.tigerstripe.model.artifacts with parameters of type IField | |
---|---|
void |
IAssociationClassArtifact.addIField(IField field)
|
void |
IAbstractArtifact.addIField(IField field)
|
void |
IAssociationClassArtifact.removeIFields(IField[] fields)
|
void |
IAbstractArtifact.removeIFields(IField[] fields)
|
void |
IAssociationClassArtifact.setIFields(IField[] fields)
Sets the fields for this Abstract Artifact |
void |
IAbstractArtifact.setIFields(IField[] fields)
Sets the fields for this Abstract Artifact |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |