Uses of Class
net.opengis.eml.x002.EventContentUnionSemantics.Enum
-
Packages that use EventContentUnionSemantics.Enum Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EventContentUnionSemantics.Enum in net.opengis.eml.x002
Fields in net.opengis.eml.x002 declared as EventContentUnionSemantics.Enum Modifier and Type Field Description static EventContentUnionSemantics.EnumEventContentUnionSemantics. CHARACTERISTICSstatic EventContentUnionSemantics.EnumEventContentUnionSemantics. LEAFMethods in net.opengis.eml.x002 that return EventContentUnionSemantics.Enum Modifier and Type Method Description static EventContentUnionSemantics.EnumEventContentUnionSemantics.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static EventContentUnionSemantics.EnumEventContentUnionSemantics.Enum. forString(String s)Returns the enum value for a string, or null if none.EventContentUnionSemantics.EnumEventContentPropertyType. getUnionSemantics()Gets the "unionSemantics" attributeMethods in net.opengis.eml.x002 with parameters of type EventContentUnionSemantics.Enum Modifier and Type Method Description voidEventContentPropertyType. setUnionSemantics(EventContentUnionSemantics.Enum unionSemantics)Sets the "unionSemantics" attribute -
Uses of EventContentUnionSemantics.Enum in net.opengis.eml.x002.impl
Methods in net.opengis.eml.x002.impl that return EventContentUnionSemantics.Enum Modifier and Type Method Description EventContentUnionSemantics.EnumEventContentPropertyTypeImpl. getUnionSemantics()Gets the "unionSemantics" attributeMethods in net.opengis.eml.x002.impl with parameters of type EventContentUnionSemantics.Enum Modifier and Type Method Description voidEventContentPropertyTypeImpl. setUnionSemantics(EventContentUnionSemantics.Enum unionSemantics)Sets the "unionSemantics" attribute
-