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

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

public class StaticROSlot
extends StaticROAttribute
implements ROSlot

Static implementation of ROSlot.


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.csutils.core.model.ROAttribute
ROAttribute.Type
 
Constructor Summary
StaticROSlot()
           
 
Method Summary
 ROAttribute.Type getType()
          Returns the attribute type.
 void setType(ROAttribute.Type type)
           
 
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

StaticROSlot

public StaticROSlot()
Method Detail

getType

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

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

setType

public void setType(ROAttribute.Type type)


Copyright © 2009-2010. All Rights Reserved.