org.eclipse.higgins.sts.api
Interface IAttributeStatement
- public interface IAttributeStatement
- Author:
- mikemci
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