meerkat-java/voting-booth-gui/src/main/java/meerkat/voting/gui/configuration/VotingBoothConfiguration.java

13 lines
497 B
Java

package meerkat.voting.gui.configuration;
import meerkat.protobuf.BallotQuestionUIElementOuterClass;
/**
* Created by Vladimir Eliezer Tokarev on 10/1/2016.
* This object contains all the questions and configurations needed for the voting-booth-gui work
*/
public class VotingBoothConfiguration {
public BallotQuestionUIElementOuterClass.BallotQuestionUIElement NameSelectionQuestion;
public BallotQuestionUIElementOuterClass.BallotQuestionUIElement NameSelectionByPictureQuestion;
}