Container - The container type.public abstract class PContainer<Container> extends Object implements PDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
PContainer.Type
Enum containing the values of the
container = "..." |
| Modifier | Constructor and Description |
|---|---|
protected |
PContainer(PDescriptorProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProgramName()
The package name is derived form the .thrift file name that is parsed or
if read from serialized format is explicit.
|
static boolean |
isValid(String id) |
PDescriptor |
itemDescriptor() |
String |
toString() |
static PContainer.Type |
typeForName(String id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefaultValue, getName, getQualifiedName, getQualifiedName, getTypeprotected PContainer(PDescriptorProvider provider)
public static PContainer.Type typeForName(String id)
public static boolean isValid(String id)
public PDescriptor itemDescriptor()
public String getProgramName()
PDescriptorgetProgramName in interface PDescriptorCopyright © 2015–2020 morimekta.net. All rights reserved.