public class SchemaInterface extends java.lang.Object implements SchemaInterfaceI
This class stores the details of a parsed schema interface, including its name, attributes, and the corresponding XML element. It offers functionality to validate the interface definition and access its components.
ATT_NAME_CODE_CUSTOM, ATT_NAME_NAME, CUSTOM_CODE_BASE_NAME, EL_NAME_CODE, EL_NAME_EXTENDS, REQUIRED_NAME_SUFFIX
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Collection<? extends BasicAttributeI> |
getAllAttributes() |
java.util.Collection<electric.xml.Element> |
getAllXMLElements()
Returns a collection of XML elements representing the attributes defined in this interface,
and all schema-defined super interfaces of this interface.
|
java.util.Collection<? extends BasicAttributeI> |
getAttributes() |
electric.xml.Element |
getEl()
Returns the XML element that defines this schema interface.
|
java.util.Set<java.lang.String> |
getExtends()
Returns the names of one or more parent interfaces as a set of fully qualified class names
|
java.lang.String |
getName()
Returns the name of this SchemaInterfaceI instance.
|
java.lang.String |
getPackageName()
Returns the name of the package this interface belongs into.
|
SchemaI |
getSchema()
Returns the schema to which this interface belongs.
|
java.util.Collection<electric.xml.Element> |
getXMLElements()
Returns a collection of XML elements representing the attributes defined in this interface.
|
boolean |
hasCustomCode()
if true, we may expect a custom-written interface class to be present for the interface of this name,
and the code generator will create a "basic" interface the custom interface may inherit from.
|
int |
hashCode() |
void |
resolveCrossReferences()
attempts to resolve cross references to other entities or interfaces from this interface via the schema.
|
java.lang.String |
toString() |
getFQClassName, getSourceFilename, parametersToString
public void resolveCrossReferences()
public electric.xml.Element getEl()
public SchemaI getSchema()
getSchema
in interface SchemaInterfaceI
public java.util.Set<java.lang.String> getExtends()
SchemaInterfaceI
getExtends
in interface SchemaInterfaceI
public boolean hasCustomCode()
SchemaInterfaceI
hasCustomCode
in interface SchemaInterfaceI
public java.lang.String getName()
SchemaInterfaceI
Can also be used for querying objects in OQL queries that implement this interface.
getName
in interface SchemaInterfaceI
public java.lang.String getPackageName()
SchemaInterfaceI
getPackageName
in interface SchemaInterfaceI
public java.util.Collection<electric.xml.Element> getXMLElements()
SchemaInterfaceI
getXMLElements
in interface SchemaInterfaceI
public java.util.Collection<electric.xml.Element> getAllXMLElements()
SchemaInterfaceI
getAllXMLElements
in interface SchemaInterfaceI
public java.util.Collection<? extends BasicAttributeI> getAttributes()
getAttributes
in interface SchemaInterfaceI
public java.util.Collection<? extends BasicAttributeI> getAllAttributes()
getAllAttributes
in interface SchemaInterfaceI
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.