public abstract static class MeasurementDescriptor.Name extends Object
MeasurementDescriptor.| Modifier and Type | Method and Description |
|---|---|
abstract String |
asString()
Returns the name as a
String. |
static MeasurementDescriptor.Name |
create(String name)
Creates a
MeasurementDescriptor.Name from a String. |
public abstract String asString()
String.String.public static MeasurementDescriptor.Name create(String name)
MeasurementDescriptor.Name from a String.name - the name String.MeasurementDescriptor.Name with the given name String.