Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 ashish 1
package org.apache.thrift;
2
 
3
/**
4
 * Interface for all generated struct Fields objects.
5
 */
6
public interface TFieldIdEnum {
7
  /**
8
   * Get the Thrift field id for the named field.
9
   */
10
  public short getThriftFieldId();
11
 
12
  /**
13
   * Get the field's name, exactly as in the IDL.
14
   */
15
  public String getFieldName();
16
}