public class TableDefinition extends AbstractDefinition
annotations, attributeList, id
Modifier | Constructor and Description |
---|---|
protected |
TableDefinition(String id) |
Modifier and Type | Method and Description |
---|---|
TableDefinition |
annotation(Annotation annotation) |
TableDefinition |
attribute(String attributeName,
Attribute.Type type) |
static TableDefinition |
id(String id) |
String |
toString() |
annotation, checkAttribute, equals, equalsIgnoreAnnotations, getAnnotations, getAttributeList, getAttributeNameArray, getAttributePosition, getAttributeType, getId, getQueryContextEndIndex, getQueryContextStartIndex, hashCode, setId, setQueryContextEndIndex, setQueryContextStartIndex, toString
protected TableDefinition(String id)
public static TableDefinition id(String id)
public TableDefinition attribute(String attributeName, Attribute.Type type)
public TableDefinition annotation(Annotation annotation)
public String toString()
toString
in class AbstractDefinition
Copyright © 2018 WSO2. All rights reserved.