package de.wwwu.awolf.model.communication; public interface Data { SubscriberType getType(); void setType(SubscriberType type); }