com.dxfeed.glossary
Class CFI.Value

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

public static final class CFI.Value
extends Object
implements Serializable

Describes single value of single character of CFI code as defined in the ISO 10962 standard.

See Also:
Serialized Form

Method Summary
 CFI.Attribute getAttribute()
          Returns attribute that contains this value.
 char getCode()
          Returns single character code of this value.
 String getDescription()
          Returns description of this value.
 String getName()
          Returns short name of this value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAttribute

public CFI.Attribute getAttribute()
Returns attribute that contains this value.


getCode

public char getCode()
Returns single character code of this value.


getName

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


getDescription

public String getDescription()
Returns description of this value.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Devexperts. All Rights Reserved.