com.dxfeed.glossary
Class CFI.Attribute

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

public static final class CFI.Attribute
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Method Detail

getName

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


getDescription

public String getDescription()
Returns description of this attribute.


getValues

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


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Devexperts. All Rights Reserved.