Package net.morimekta.providence
Interface PValue<T>
-
- All Superinterfaces:
java.lang.Comparable<T>
- All Known Subinterfaces:
PEnumValue<T>,PMessage<Message,Field>,PUnion<Union,Field>
- All Known Implementing Classes:
Any,Empty,PApplicationException,PApplicationExceptionType,PServiceCallType
public interface PValue<T> extends java.lang.Comparable<T>A specific value of a described type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PDescriptordescriptor()
-
-
-
Method Detail
-
descriptor
@Nonnull PDescriptor descriptor()
-
-