Uses of Class
eu.datex2.siri14.schema._1_0._1_0.NetworkManagementTypeEnum
-
Packages that use NetworkManagementTypeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of NetworkManagementTypeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as NetworkManagementTypeEnum Modifier and Type Field Description protected NetworkManagementTypeEnumNetworkManagement. networkManagementTypeprotected NetworkManagementTypeEnumNtoR. networkManagementTypeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return NetworkManagementTypeEnum Modifier and Type Method Description static NetworkManagementTypeEnumNetworkManagementTypeEnum. fromValue(String v)NetworkManagementTypeEnumNetworkManagement. getNetworkManagementType()Gets the value of the networkManagementType property.NetworkManagementTypeEnumNtoR. getNetworkManagementTypeEnum()Gets the value of the networkManagementTypeEnum property.static NetworkManagementTypeEnumNetworkManagementTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkManagementTypeEnum[]NetworkManagementTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type NetworkManagementTypeEnum Modifier and Type Method Description voidNetworkManagement. setNetworkManagementType(NetworkManagementTypeEnum value)Sets the value of the networkManagementType property.voidNtoR. setNetworkManagementTypeEnum(NetworkManagementTypeEnum value)Sets the value of the networkManagementTypeEnum property.
-