Uses of Class
com.opencloud.rhino.facilities.sas.Markers
-
Packages that use Markers Package Description com.opencloud.rhino.facilities.sas -
-
Uses of Markers in com.opencloud.rhino.facilities.sas
Methods in com.opencloud.rhino.facilities.sas that return Markers Modifier and Type Method Description static Markers
Markers. valueOf(String name)
Returns the enum constant of this type with the specified name.static Markers[]
Markers. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.rhino.facilities.sas with parameters of type Markers Modifier and Type Method Description MarkerMessage
NullTrailImpl. marker(Markers marker)
MarkerMessage
Trail. marker(Markers marker)
Create a marker message with given marker.void
NullTrailImpl. report(Markers marker)
void
Trail. report(Markers marker)
Build and report a marker with no parameters
-