public final class XmlClass extends Object
| Constructor and Description |
|---|
XmlClass(String code,
String packageName,
String stereotype,
List<XmlAttribute> keyAttributes,
List<XmlAttribute> fieldAttributes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
List<XmlAttribute> |
getFieldAttributes() |
List<XmlAttribute> |
getKeyAttributes() |
String |
getPackageName() |
String |
getStereotype() |
public XmlClass(String code, String packageName, String stereotype, List<XmlAttribute> keyAttributes, List<XmlAttribute> fieldAttributes)
code - CodepackageName - package namestereotype - stereotypekeyAttributes - Listes des champs identifiants (PK).fieldAttributes - Liste des champs non PK.public String getCode()
public String getPackageName()
public String getStereotype()
public List<XmlAttribute> getKeyAttributes()
public List<XmlAttribute> getFieldAttributes()
Copyright © 2016. All Rights Reserved.