com.dxfeed.glossary
Class CFI.Attribute

java.lang.Object
  extended by com.dxfeed.glossary.CFI.Attribute
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CFI

public static final class CFI.Attribute
extends java.lang.Object
implements java.io.Serializable

Describes single attribute with all values as defined in the ISO 10962 standard.

See Also:
Serialized Form

Method Summary
 java.lang.String getDescription()
          Returns description of this attribute.
 java.lang.String getName()
          Returns short name of this attribute.
 CFI.Value[] getValues()
          Returns values of this attribute.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns short name of this attribute.


getDescription

public java.lang.String getDescription()
Returns description of this attribute.


getValues

public CFI.Value[] getValues()
Returns values of this attribute.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object