Uses of Interface
org.eclipse.tigerstripe.profile.stereotype.IStereotypeAttribute

Packages that use IStereotypeAttribute
org.eclipse.tigerstripe.profile.stereotype   
 

Uses of IStereotypeAttribute in org.eclipse.tigerstripe.profile.stereotype
 

Subinterfaces of IStereotypeAttribute in org.eclipse.tigerstripe.profile.stereotype
 interface IEntryListStereotypeAttribute
          A specific type of Stereotype attribute that has a list of valid values to be selected from.
 

Methods in org.eclipse.tigerstripe.profile.stereotype that return IStereotypeAttribute
 IStereotypeAttribute IStereotype.getAttributeByName(java.lang.String nameToGet)
           
 IStereotypeAttribute[] IStereotype.getAttributes()
           
 IStereotypeAttribute IStereotype.getIAttributeByName(java.lang.String nameToGet)
          Returns a specific attribute identified by the name that is passed.
 IStereotypeAttribute[] IStereotype.getIAttributes()
          Return an array of the defined attributes for this stereotype.
 

Methods in org.eclipse.tigerstripe.profile.stereotype with parameters of type IStereotypeAttribute
 void IStereotype.addAttribute(IStereotypeAttribute attribute)
           
 java.lang.String IStereotypeInstance.getAttributeValue(IStereotypeAttribute attribute)
          Returns the value of the given attribute.
 java.lang.String[] IStereotypeInstance.getAttributeValues(IStereotypeAttribute attribute)
          Returns the values for the given attribute in the case the attribute is an array attribute.
 boolean IStereotype.isValidAttribute(IStereotypeAttribute attribute)
          Returns true if the given attribute is a defined attribute for this stereotype
 void IStereotype.removeAttribute(IStereotypeAttribute attribute)
           
 void IStereotype.removeAttributes(IStereotypeAttribute[] attribute)
           
 void IStereotype.setAttributes(IStereotypeAttribute[] attributes)
           
 void IStereotypeInstance.setAttributeValue(IStereotypeAttribute attribute, java.lang.String value)
          Sets the value for the given attribute.
 void IStereotypeInstance.setAttributeValues(IStereotypeAttribute attribute, java.lang.String[] values)
          Sets the values for an array attribute