com.massisframework.massis.ai.sposh.SPOSHLogicProperty Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.massisframework.massis.ai.sposh;
/**
*
* @author Rafael Pax
*/
public enum SPOSHLogicProperty {
SENDER, MESSAGES, TYPE, ANY,IS_SPOSH;
}