Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.ILiteral

Packages that use ILiteral
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of ILiteral in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Fields in org.eclipse.tigerstripe.workbench.model.deprecated_ with type parameters of type ILiteral
static java.util.List<ILiteral> ILiteral.EMPTY_LIST
          An empty list this is used as a return for Artifact types that do not support Literals.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return ILiteral
 ILiteral ILiteral.clone()
          Clone the literal.
 ILiteral IAbstractArtifact.makeLiteral()
          Make a new blank artifact literal.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type ILiteral
 java.util.Collection<ILiteral> IAbstractArtifact.getInheritedLiterals()
          Returns the inherited literals for this artifact.
 java.util.Collection<ILiteral> IAbstractArtifact.getInheritedLiterals(boolean filterFacetExcludedLiterals)
          Returns the inherited literals for this artifact.
 java.util.Collection<ILiteral> IAbstractArtifact.getLiterals()
          Returns the literals defined for this artifact.
 java.util.Collection<ILiteral> IAbstractArtifact.getLiterals(boolean filterFacetExcludedLiterals)
          Returns the literals defined for this artifact.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type ILiteral
 void IAbstractArtifact.addLiteral(ILiteral literal)
          Add a single literal to the literals for this Abstract Artifact.
 

Method parameters in org.eclipse.tigerstripe.workbench.model.deprecated_ with type arguments of type ILiteral
 void IAbstractArtifact.removeLiterals(java.util.Collection<ILiteral> literals)
          Removes a number of literals from this Abstract Artifact.
 void IAbstractArtifact.setLiterals(java.util.Collection<ILiteral> literals)
          Sets the literals for this Abstract Artifact.