sk.uniba.euromath.document.schema.impl.export
Class AttributeListRuleImpl

java.lang.Object
  extended by sk.uniba.euromath.document.schema.impl.export.AttributeListRuleImpl
All Implemented Interfaces:
IAttributeListRuleP, IBaseRuleP

public class AttributeListRuleImpl
extends Object
implements IAttributeListRuleP

Implements the AttributeListRuleP interface.

Author:
Martin Vysny

Method Summary
 boolean equals(Object obj)
           
 List<? extends INameListP<? extends IAttributeRuleP>> getList()
          Returns lists of creatable attributes.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getList

public List<? extends INameListP<? extends IAttributeRuleP>> getList()
Description copied from interface: IAttributeListRuleP
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.

Specified by:
getList in interface IAttributeListRuleP
Returns:
list of creatable attributes.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2006 null. All Rights Reserved.