|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.poscoict.glueframework.schema.parser.GlueLayoutInfo
public class GlueLayoutInfo
| Nested Class Summary | |
|---|---|
class |
GlueLayoutInfo.GlueLayoutAttributeInfo
|
| Constructor Summary | |
|---|---|
GlueLayoutInfo(String id,
String name)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GlueLayoutInfo(String id,
String name)
id - name - | Method Detail |
|---|
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 - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||