net.sf.csutils.core.model.impl
Class StaticROClassification

java.lang.Object
  extended by net.sf.csutils.core.model.impl.StaticROAttribute
      extended by net.sf.csutils.core.model.impl.StaticROClassification
All Implemented Interfaces:
ROAttribute, ROClassification

public class StaticROClassification
extends StaticROAttribute
implements ROClassification


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.csutils.core.model.ROAttribute
ROAttribute.Type
 
Constructor Summary
StaticROClassification()
           
 
Method Summary
 java.lang.String getAttributeKey()
           
 java.lang.String getTaxonomy()
           
 ROAttribute.Type getType()
          Returns the attribute type.
 void setAttributeKey(java.lang.String attributeKey)
           
 void setTaxonomy(java.lang.String taxonomy)
           
 
Methods inherited from class net.sf.csutils.core.model.impl.StaticROAttribute
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.csutils.core.model.ROAttribute
getMaxOccurs, getMinOccurs, getName
 

Constructor Detail

StaticROClassification

public StaticROClassification()
Method Detail

getAttributeKey

public java.lang.String getAttributeKey()
Specified by:
getAttributeKey in interface ROClassification

setAttributeKey

public void setAttributeKey(java.lang.String attributeKey)

getTaxonomy

public java.lang.String getTaxonomy()
Specified by:
getTaxonomy in interface ROClassification

setTaxonomy

public void setTaxonomy(java.lang.String taxonomy)

getType

public ROAttribute.Type getType()
Description copied from interface: ROAttribute
Returns the attribute type.

Specified by:
getType in interface ROAttribute
Returns:
The attributes type.


Copyright © 2009-2010. All Rights Reserved.