Interface LengthPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LengthP
,LengthP.Builder
public interface LengthPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasurementUnitP
getUnit()
.ironpdfengineproto.MeasurementUnitP unit = 2;
MeasurementUnitPOrBuilder
getUnitOrBuilder()
.ironpdfengineproto.MeasurementUnitP unit = 2;
double
getValue()
double value = 1;
boolean
hasUnit()
.ironpdfengineproto.MeasurementUnitP unit = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValue
double getValue()
double value = 1;
- Returns:
- The value.
-
hasUnit
boolean hasUnit()
.ironpdfengineproto.MeasurementUnitP unit = 2;
- Returns:
- Whether the unit field is set.
-
getUnit
MeasurementUnitP getUnit()
.ironpdfengineproto.MeasurementUnitP unit = 2;
- Returns:
- The unit.
-
getUnitOrBuilder
MeasurementUnitPOrBuilder getUnitOrBuilder()
.ironpdfengineproto.MeasurementUnitP unit = 2;
-
-