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

ISubject getSubject()

setSubject

void setSubject(ISubject subject)

getAttributes

List getAttributes()

addAttribute

void addAttribute(IAttribute attribute)

getAttribute

IAttribute getAttribute(URI uriNamespace,
                        String strName)

fromElement

void fromElement(IElement element)
                 throws Exception
Throws:
Exception

toElement

IElement toElement()
                   throws Exception
Throws:
Exception