Uses of Class
ai.heavy.thrift.server.TGeoFileLayerContents
-
Packages that use TGeoFileLayerContents Package Description ai.heavy.thrift.server -
-
Uses of TGeoFileLayerContents in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TGeoFileLayerContents Modifier and Type Field Description TGeoFileLayerContentsTGeoFileLayerInfo. contentsMethods in ai.heavy.thrift.server that return TGeoFileLayerContents Modifier and Type Method Description static TGeoFileLayerContentsTGeoFileLayerContents. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TGeoFileLayerContentsTGeoFileLayerInfo. getContents()static TGeoFileLayerContentsTGeoFileLayerContents. valueOf(String name)Returns the enum constant of this type with the specified name.static TGeoFileLayerContents[]TGeoFileLayerContents. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TGeoFileLayerContents Modifier and Type Method Description TGeoFileLayerInfoTGeoFileLayerInfo. setContents(TGeoFileLayerContents contents)Constructors in ai.heavy.thrift.server with parameters of type TGeoFileLayerContents Constructor Description TGeoFileLayerInfo(String name, TGeoFileLayerContents contents)
-