Uses of Class
com.streambase.liveview.client.SemanticInterpretation.WellKnownSemantics
-
Packages that use SemanticInterpretation.WellKnownSemantics Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of SemanticInterpretation.WellKnownSemantics in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return SemanticInterpretation.WellKnownSemantics Modifier and Type Method Description static SemanticInterpretation.WellKnownSemantics
SemanticInterpretation.WellKnownSemantics. valueOf(String name)
Returns the enum constant of this type with the specified name.static SemanticInterpretation.WellKnownSemantics[]
SemanticInterpretation.WellKnownSemantics. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-