Interface VotingModel
-
public interface VotingModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
int
getMaximumValue()
VotingOption[]
getVotingOptions()
-
-
-
Method Detail
-
getVotingOptions
VotingOption[] getVotingOptions()
-
getMaximumValue
int getMaximumValue()
-
getId
int getId()
-
-