|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILiteral
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.tigerstripe.workbench.model.deprecated_.IModelComponent |
|---|
IModelComponent.EMultiplicity, IModelComponent.EVisibility |
| Field Summary | |
|---|---|
static java.util.List<ILiteral> |
EMPTY_LIST
An empty list this is used as a return for Artifact types that do not support Literals. |
| Method Summary | |
|---|---|
ILiteral |
clone()
Clone the literal. |
IAbstractArtifact |
getContainingArtifact()
Returns the IArtifact that is the "container" for the Literal. |
java.lang.String |
getLabelString()
Returns a String that describes the Literak. |
IType |
getType()
Returns the type of this literal. |
java.lang.String |
getValue()
Returns the value of the literal. |
IType |
makeType()
Make a blank type object. |
void |
setType(IType type)
Sets the type of the literal. |
void |
setValue(java.lang.String value)
Sets the value of the literal. |
| Methods inherited from interface org.eclipse.tigerstripe.workbench.model.deprecated_.IModelComponent |
|---|
getAnnotation, getAnnotations, getAnnotations, getAnnotations, getComment, getMetadata, getName, getProject, getVisibility, hasAnnotations, hasAnnotations, hasAnnotations, isInActiveFacet, setComment, setName, setVisibility, validate |
| Methods inherited from interface org.eclipse.tigerstripe.workbench.profile.stereotype.IStereotypeCapable |
|---|
addStereotypeInstance, getStereotypeInstanceByName, getStereotypeInstances, hasStereotypeInstance, removeStereotypeInstance, removeStereotypeInstances |
| Field Detail |
|---|
static final java.util.List<ILiteral> EMPTY_LIST
| Method Detail |
|---|
IAbstractArtifact getContainingArtifact()
java.lang.String getLabelString()
IType getType()
void setType(IType type)
type - IType makeType()
java.lang.String getValue()
void setValue(java.lang.String value)
value - ILiteral clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||