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

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

public class StaticROFile
extends StaticROAttribute
implements ROFile

Default implementation of ROFile.


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.csutils.core.model.ROAttribute
ROAttribute.Type
 
Constructor Summary
StaticROFile()
           
 
Method Summary
 java.lang.String getAttributeKey()
          Returns the attribute key.
 ROAttribute.Type getType()
          Returns the attribute type.
 void setAttributeKey(java.lang.String attributeKey)
           
 
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

StaticROFile

public StaticROFile()
Method Detail

getAttributeKey

public java.lang.String getAttributeKey()
Description copied from interface: ROFile
Returns the attribute key.

Specified by:
getAttributeKey in interface ROFile
Returns:
The attribute key

setAttributeKey

public void setAttributeKey(java.lang.String attributeKey)

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.