Uses of Class
com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage.TcapComponent.Type
-
Packages that use TcapComponent.Type Package Description com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage Library of TCAP message objects. -
-
Uses of TcapComponent.Type in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage
Methods in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage that return TcapComponent.Type Modifier and Type Method Description TcapComponent.TypeTcapComponent. getType()TcapComponent.TypeTCOperationTcapComponent. getType()static TcapComponent.TypeTcapComponent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TcapComponent.Type[]TcapComponent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage with parameters of type TcapComponent.Type Modifier and Type Method Description booleanTcapComponent. isType(TcapComponent.Type toCheck)booleanTCOperationTcapComponent. isType(TcapComponent.Type toCheck)Constructors in com.opencloud.sentinel.ipsmgw.eventmanager.tcapmessage with parameters of type TcapComponent.Type Constructor Description TCOperationTcapComponent(TcapComponent.Type type, com.opencloud.slee.resources.cgin.TcapOperation operation, int invokeId)
-