com.poscoict.glueframework.schema.parser
Class GlueLayoutInfo.GlueLayoutAttributeInfo
java.lang.Object
  
com.poscoict.glueframework.schema.parser.GlueLayoutInfo.GlueLayoutAttributeInfo
- Enclosing class:
 - GlueLayoutInfo
 
public class GlueLayoutInfo.GlueLayoutAttributeInfo
- extends Object
 
 
 
 
GlueLayoutInfo.GlueLayoutAttributeInfo
public GlueLayoutInfo.GlueLayoutAttributeInfo(String type,
                                              int seq,
                                              String id,
                                              String name,
                                              String datatype,
                                              int length,
                                              int precision)
- Parameters:
 type - seq - id - name - datatype - length - precision - 
getType
public String getType()
- Returns:
 - the type
 
 
getSeq
public int getSeq()
- Returns:
 - the seq
 
 
getId
public String getId()
- Returns:
 - the id
 
 
getName
public String getName()
- Returns:
 - the name
 
 
getDatatype
public String getDatatype()
- Returns:
 - the datatype
 
 
getLength
public int getLength()
- Returns:
 - the length
 
 
getPrecision
public int getPrecision()
- Returns:
 - the precision
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
Copyright © 2013–2017 POSCO ICT. All rights reserved.