Enum PublicEventTypeEnum
- java.lang.Object
-
- java.lang.Enum<PublicEventTypeEnum>
-
- eu.datex2.siri14.schema._1_0._1_0.PublicEventTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<PublicEventTypeEnum>
public enum PublicEventTypeEnum extends Enum<PublicEventTypeEnum>
Java class for PublicEventTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PublicEventTypeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="athleticsMeeting"/> <enumeration value="ballGame"/> <enumeration value="baseballGame"/> <enumeration value="basketballGame"/> <enumeration value="bicycleRace"/> <enumeration value="boatRace"/> <enumeration value="boxingTournament"/> <enumeration value="bullFight"/> <enumeration value="ceremonialEvent"/> <enumeration value="concert"/> <enumeration value="cricketMatch"/> <enumeration value="exhibition"/> <enumeration value="fair"/> <enumeration value="festival"/> <enumeration value="filmTVMaking"/> <enumeration value="footballMatch"/> <enumeration value="funfair"/> <enumeration value="golfTournament"/> <enumeration value="hockeyGame"/> <enumeration value="horseRaceMeeting"/> <enumeration value="internationalSportsMeeting"/> <enumeration value="majorEvent"/> <enumeration value="marathon"/> <enumeration value="market"/> <enumeration value="match"/> <enumeration value="motorSportRaceMeeting"/> <enumeration value="parade"/> <enumeration value="raceMeeting"/> <enumeration value="rugbyMatch"/> <enumeration value="severalMajorEvents"/> <enumeration value="show"/> <enumeration value="showJumping"/> <enumeration value="sportsMeeting"/> <enumeration value="stateOccasion"/> <enumeration value="tennisTournament"/> <enumeration value="tournament"/> <enumeration value="tradeFair"/> <enumeration value="waterSportsMeeting"/> <enumeration value="winterSportsMeeting"/> <enumeration value="other"/> </restriction> </simpleType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ATHLETICS_MEETINGAthletics event that could disrupt traffic.BALL_GAMEBall game event that could disrupt traffic.BASEBALL_GAMEBaseball game event that could disrupt traffic.BASKETBALL_GAMEBasketball game event that could disrupt traffic.BICYCLE_RACEBicycle race that could disrupt traffic.BOAT_RACERegatta (boat race event of sailing, powerboat or rowing) that could disrupt traffic.BOXING_TOURNAMENTBoxing event that could disrupt traffic.BULL_FIGHTBull fighting event that could disrupt traffic.CEREMONIAL_EVENTFormal or religious act, rite or ceremony that could disrupt traffic.CONCERTConcert event that could disrupt traffic.CRICKET_MATCHCricket match that could disrupt traffic.EXHIBITIONMajor display or trade show which could disrupt traffic.FAIRPeriodic (e.g.FESTIVALCelebratory event or series of events which could disrupt traffic.FILM_TV_MAKINGFilm or TV making event which could disrupt traffic.FOOTBALL_MATCHFootball match that could disrupt traffic.FUNFAIRPeriodic (e.g.GOLF_TOURNAMENTGolf tournament event that could disrupt traffic.HOCKEY_GAMEHockey game event that could disrupt traffic.HORSE_RACE_MEETINGHorse race meeting that could disrupt traffic.INTERNATIONAL_SPORTS_MEETINGLarge sporting event of an international nature that could disrupt traffic.MAJOR_EVENTSignificant organised event either on or near the roadway which could disrupt traffic.MARATHONMarathon, cross-country or road running event that could disrupt traffic.MARKETPeriodic (e.g.MATCHSports match of unspecified type that could disrupt traffic.MOTOR_SPORT_RACE_MEETINGMotor sport race meeting that could disrupt traffic.OTHEROther than as defined in this enumeration.PARADEFormal display or organised procession which could disrupt traffic.RACE_MEETINGRace meeting (other than horse or motor sport) that could disrupt traffic.RUGBY_MATCHRugby match that could disrupt traffic.SEVERAL_MAJOR_EVENTSA series of significant organised events either on or near the roadway which could disrupt traffic.SHOWEntertainment event that could disrupt traffic.SHOW_JUMPINGHorse showing jumping and tournament event that could disrupt traffic.SPORTS_MEETINGSports event of unspecified type that could disrupt traffic.STATE_OCCASIONPublic ceremony or visit of national or international significance which could disrupt traffic.TENNIS_TOURNAMENTTennis tournament that could disrupt traffic.TOURNAMENTSporting event or series of events of unspecified type lasting more than one day which could disrupt traffic.TRADE_FAIRA periodic (e.g.WATER_SPORTS_MEETINGWater sports meeting that could disrupt traffic.WINTER_SPORTS_MEETINGWinter sports meeting or event (e.g.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PublicEventTypeEnumfromValue(String v)Stringvalue()static PublicEventTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static PublicEventTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ATHLETICS_MEETING
public static final PublicEventTypeEnum ATHLETICS_MEETING
Athletics event that could disrupt traffic.
-
BALL_GAME
public static final PublicEventTypeEnum BALL_GAME
Ball game event that could disrupt traffic.
-
BASEBALL_GAME
public static final PublicEventTypeEnum BASEBALL_GAME
Baseball game event that could disrupt traffic.
-
BASKETBALL_GAME
public static final PublicEventTypeEnum BASKETBALL_GAME
Basketball game event that could disrupt traffic.
-
BICYCLE_RACE
public static final PublicEventTypeEnum BICYCLE_RACE
Bicycle race that could disrupt traffic.
-
BOAT_RACE
public static final PublicEventTypeEnum BOAT_RACE
Regatta (boat race event of sailing, powerboat or rowing) that could disrupt traffic.
-
BOXING_TOURNAMENT
public static final PublicEventTypeEnum BOXING_TOURNAMENT
Boxing event that could disrupt traffic.
-
BULL_FIGHT
public static final PublicEventTypeEnum BULL_FIGHT
Bull fighting event that could disrupt traffic.
-
CEREMONIAL_EVENT
public static final PublicEventTypeEnum CEREMONIAL_EVENT
Formal or religious act, rite or ceremony that could disrupt traffic.
-
CONCERT
public static final PublicEventTypeEnum CONCERT
Concert event that could disrupt traffic.
-
CRICKET_MATCH
public static final PublicEventTypeEnum CRICKET_MATCH
Cricket match that could disrupt traffic.
-
EXHIBITION
public static final PublicEventTypeEnum EXHIBITION
Major display or trade show which could disrupt traffic.
-
FAIR
public static final PublicEventTypeEnum FAIR
Periodic (e.g. annual), often traditional, gathering for entertainment or trade promotion, which could disrupt traffic.
-
FESTIVAL
public static final PublicEventTypeEnum FESTIVAL
Celebratory event or series of events which could disrupt traffic.
-
FILM_TV_MAKING
public static final PublicEventTypeEnum FILM_TV_MAKING
Film or TV making event which could disrupt traffic.
-
FOOTBALL_MATCH
public static final PublicEventTypeEnum FOOTBALL_MATCH
Football match that could disrupt traffic.
-
FUNFAIR
public static final PublicEventTypeEnum FUNFAIR
Periodic (e.g. annual), often traditional, gathering for entertainment, which could disrupt traffic.
-
GOLF_TOURNAMENT
public static final PublicEventTypeEnum GOLF_TOURNAMENT
Golf tournament event that could disrupt traffic.
-
HOCKEY_GAME
public static final PublicEventTypeEnum HOCKEY_GAME
Hockey game event that could disrupt traffic.
-
HORSE_RACE_MEETING
public static final PublicEventTypeEnum HORSE_RACE_MEETING
Horse race meeting that could disrupt traffic.
-
INTERNATIONAL_SPORTS_MEETING
public static final PublicEventTypeEnum INTERNATIONAL_SPORTS_MEETING
Large sporting event of an international nature that could disrupt traffic.
-
MAJOR_EVENT
public static final PublicEventTypeEnum MAJOR_EVENT
Significant organised event either on or near the roadway which could disrupt traffic.
-
MARATHON
public static final PublicEventTypeEnum MARATHON
Marathon, cross-country or road running event that could disrupt traffic.
-
MARKET
public static final PublicEventTypeEnum MARKET
Periodic (e.g. weekly) gathering for buying and selling, which could disrupt traffic.
-
MATCH
public static final PublicEventTypeEnum MATCH
Sports match of unspecified type that could disrupt traffic.
-
MOTOR_SPORT_RACE_MEETING
public static final PublicEventTypeEnum MOTOR_SPORT_RACE_MEETING
Motor sport race meeting that could disrupt traffic.
-
PARADE
public static final PublicEventTypeEnum PARADE
Formal display or organised procession which could disrupt traffic.
-
RACE_MEETING
public static final PublicEventTypeEnum RACE_MEETING
Race meeting (other than horse or motor sport) that could disrupt traffic.
-
RUGBY_MATCH
public static final PublicEventTypeEnum RUGBY_MATCH
Rugby match that could disrupt traffic.
-
SEVERAL_MAJOR_EVENTS
public static final PublicEventTypeEnum SEVERAL_MAJOR_EVENTS
A series of significant organised events either on or near the roadway which could disrupt traffic.
-
SHOW
public static final PublicEventTypeEnum SHOW
Entertainment event that could disrupt traffic.
-
SHOW_JUMPING
public static final PublicEventTypeEnum SHOW_JUMPING
Horse showing jumping and tournament event that could disrupt traffic.
-
SPORTS_MEETING
public static final PublicEventTypeEnum SPORTS_MEETING
Sports event of unspecified type that could disrupt traffic.
-
STATE_OCCASION
public static final PublicEventTypeEnum STATE_OCCASION
Public ceremony or visit of national or international significance which could disrupt traffic.
-
TENNIS_TOURNAMENT
public static final PublicEventTypeEnum TENNIS_TOURNAMENT
Tennis tournament that could disrupt traffic.
-
TOURNAMENT
public static final PublicEventTypeEnum TOURNAMENT
Sporting event or series of events of unspecified type lasting more than one day which could disrupt traffic.
-
TRADE_FAIR
public static final PublicEventTypeEnum TRADE_FAIR
A periodic (e.g. annual), often traditional, gathering for trade promotion, which could disrupt traffic.
-
WATER_SPORTS_MEETING
public static final PublicEventTypeEnum WATER_SPORTS_MEETING
Water sports meeting that could disrupt traffic.
-
WINTER_SPORTS_MEETING
public static final PublicEventTypeEnum WINTER_SPORTS_MEETING
Winter sports meeting or event (e.g. skiing, ski jumping, skating) that could disrupt traffic.
-
OTHER
public static final PublicEventTypeEnum OTHER
Other than as defined in this enumeration.
-
-
Method Detail
-
values
public static PublicEventTypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PublicEventTypeEnum c : PublicEventTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PublicEventTypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
public String value()
-
fromValue
public static PublicEventTypeEnum fromValue(String v)
-
-