public class GlueLayoutInfo extends Object
Modifier and Type | Class and Description |
---|---|
class |
GlueLayoutInfo.GlueLayoutAttributeInfo |
Constructor and Description |
---|
GlueLayoutInfo(String id,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeInfo(String type,
int seq,
String id,
String name,
String datatype,
int length,
int precision) |
List<GlueLayoutInfo.GlueLayoutAttributeInfo> |
getAttributeList() |
String |
getId() |
String |
getName() |
String |
toString() |
public String getId()
public String getName()
public List<GlueLayoutInfo.GlueLayoutAttributeInfo> getAttributeList()
public void addAttributeInfo(String type, int seq, String id, String name, String datatype, int length, int precision)
type
- seq
- id
- name
- datatype
- length
- precision
- Copyright © 2013–2020 POSCO ICT. All rights reserved.