sk.uniba.euromath.document.schema
Class AttributeListRule

java.lang.Object
  extended by sk.uniba.euromath.document.schema.AttributeListRule

public class AttributeListRule
extends Object

Wraps the AttributeListRuleP interface.

Author:
Martin Vysny

Constructor Summary
AttributeListRule(IAttributeListRuleP listRule)
          Constructs a wrapper instance.
 
Method Summary
 List<INameList<AttributeRule>> getList()
          Returns lists of creatable attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeListRule

public AttributeListRule(IAttributeListRuleP listRule)
Constructs a wrapper instance.

Parameters:
listRule - wrap this rule.
Method Detail

getList

public List<INameList<AttributeRule>> getList()
Returns lists of creatable attributes. Each NameListP instance describes one attribute rule, with possible multiple names. So, for one NameListP instance, each QName in map NameListP.getLocalNames() must map to one instance of AttributeRule.

Returns:
list of creatable attributes.


Copyright © 2003-2006 null. All Rights Reserved.