Uses of Class
eu.europa.ec.inspire.schemas.tn.x40.TransportTypeValueType.Enum
-
Packages that use TransportTypeValueType.Enum Package Description eu.europa.ec.inspire.schemas.tn.x40 eu.europa.ec.inspire.schemas.tn.x40.impl -
-
Uses of TransportTypeValueType.Enum in eu.europa.ec.inspire.schemas.tn.x40
Fields in eu.europa.ec.inspire.schemas.tn.x40 declared as TransportTypeValueType.Enum Modifier and Type Field Description static TransportTypeValueType.EnumTransportTypeValueType. AIRstatic TransportTypeValueType.EnumTransportTypeValueType. CABLEstatic TransportTypeValueType.EnumTransportTypeValueType. RAILstatic TransportTypeValueType.EnumTransportTypeValueType. ROADstatic TransportTypeValueType.EnumTransportTypeValueType. WATERMethods in eu.europa.ec.inspire.schemas.tn.x40 that return TransportTypeValueType.Enum Modifier and Type Method Description static TransportTypeValueType.EnumTransportTypeValueType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static TransportTypeValueType.EnumTransportTypeValueType.Enum. forString(String s)Returns the enum value for a string, or null if none.TransportTypeValueType.EnumTransportNetworkType. getTypeOfTransport()Gets the "typeOfTransport" elementMethods in eu.europa.ec.inspire.schemas.tn.x40 with parameters of type TransportTypeValueType.Enum Modifier and Type Method Description voidTransportNetworkType. setTypeOfTransport(TransportTypeValueType.Enum typeOfTransport)Sets the "typeOfTransport" element -
Uses of TransportTypeValueType.Enum in eu.europa.ec.inspire.schemas.tn.x40.impl
Methods in eu.europa.ec.inspire.schemas.tn.x40.impl that return TransportTypeValueType.Enum Modifier and Type Method Description TransportTypeValueType.EnumTransportNetworkTypeImpl. getTypeOfTransport()Gets the "typeOfTransport" elementMethods in eu.europa.ec.inspire.schemas.tn.x40.impl with parameters of type TransportTypeValueType.Enum Modifier and Type Method Description voidTransportNetworkTypeImpl. setTypeOfTransport(TransportTypeValueType.Enum typeOfTransport)Sets the "typeOfTransport" element
-