All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.TimeFrame1Code Maven / Gradle / Ivy


package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for TimeFrame1Code. * *

The following schema fragment specifies the expected content contained within this class. *

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "TimeFrame1Code") @XmlEnum public enum TimeFrame1Code { /** * Greater than five years. * */ LONG, /** * Greater than or equal to three years. * */ MEDM, /** * Time frame is neutral. * */ NEUT, /** * Greater than or equal to one year. * */ SHOR, /** * Less than one year. * */ VSHT, /** * Hold to maturity. * */ HOLD; public String value() { return name(); } public static TimeFrame1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy