org.eclipse.higgins.sts.api
Interface IAttributeStatement


public interface IAttributeStatement

Author:
mikemci

Method Summary
 void addAttribute(IAttribute attribute)
           
 void fromElement(IElement element)
           
 IAttribute getAttribute(URI uriNamespace, String strName)
           
 List getAttributes()
           
 ISubject getSubject()
           
 void setSubject(ISubject subject)
           
 IElement toElement()
           
 

Method Detail

getSubject

public ISubject getSubject()

setSubject

public void setSubject(ISubject subject)

getAttributes

public List getAttributes()

addAttribute

public void addAttribute(IAttribute attribute)

getAttribute

public IAttribute getAttribute(URI uriNamespace,
                               String strName)

fromElement

public void fromElement(IElement element)
                 throws Exception
Throws:
Exception

toElement

public IElement toElement()
                   throws Exception
Throws:
Exception