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

com.futuresight.util.mystique.lever.MysCon Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
/*
 * Copyright (c) Balajee TM 2016.
 * All rights reserved.
 * License -  @see 
 */

/*
 * Created on 25 Aug, 2016 by balajeetm
 */
package com.futuresight.util.mystique.lever;

/**
 * The Interface MysCon.
 *
 * @author balajeetm
 */
public interface MysCon {

	/** The result. */
	String RESULT = "result";

	/** The type. */
	String TYPE = "type";

	/** The value. */
	String VALUE = "value";

	/** The at deps. */
	String AT_DEPS = "@deps";

	/** The default. */
	String DEFAULT = "default";

	/** The turn. */
	String TURN = "turn";

	/** The turns. */
	String TURNS = "turns";

	/** The to. */
	String TO = "to";

	/** The optional. */
	String OPTIONAL = "optional";

	/** The from. */
	String FROM = "from";

	/** The separator. */
	String SEPARATOR = "separator";

	/** The double quotes. */
	String DOUBLE_QUOTES = "\"";

	/** The action. */
	String ACTION = "action";

	/** The now. */
	String NOW = "now";

	/** The transform. */
	String TRANSFORM = "transform";

	/** The trim. */
	String TRIM = "trim";

	/** The trim to empty. */
	String TRIM_TO_EMPTY = "trimToEmpty";

	/** The substring after last. */
	String SUBSTRING_AFTER_LAST = "substringAfterLast";

	/** The outformat. */
	String OUTFORMAT = "outformat";

	/** The long. */
	String LONG = "long";

	/** The string. */
	String STRING = "string";

	/** The informat. */
	String INFORMAT = "informat";

	/** The key. */
	String KEY = "key";

	/** The aces. */
	String ACES = "aces";

	/** The empty. */
	String EMPTY = "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy