sk.uniba.euromath.document.schema.impl.export
Class AttributeListRuleImpl
java.lang.Object
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
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.