com.dyuproject.protostuff.runtime
Class HasSchema<T>

java.lang.Object
  extended by com.dyuproject.protostuff.runtime.HasSchema<T>

public abstract class HasSchema<T>
extends java.lang.Object

Wraps a schema.


Constructor Summary
HasSchema()
           
 
Method Summary
abstract  Pipe.Schema<T> getPipeSchema()
          Gets the pipe schema.
abstract  Schema<T> getSchema()
          Gets the schema.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasSchema

public HasSchema()
Method Detail

getSchema

public abstract Schema<T> getSchema()
Gets the schema.


getPipeSchema

public abstract Pipe.Schema<T> getPipeSchema()
Gets the pipe schema.



Copyright © 2009-2014. All Rights Reserved.