@TypeMetadata(name="EntityType", description="This class provides information for any EntityType", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface EntityType extends Type, EntityElement
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, NAME_PROPERTY, PROPERTIES_PROPERTY, TYPE_SUPERCLASSES_PROPERTY, VERSION_PROPERTYHEADER_PROPERTY| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Set<String> |
getSuperClasses() |
boolean |
isAbstract() |
getAccessType, getChangelog, getChangelogWithVersionAsString, getProperties, getVersion, getVersionAsStringgetHeadersetHeaderstatic final String NAME
@ISProperty(name="description", readonly=false, mandatory=true, nullable=false) String getDescription()
getDescription in interface Type@ISProperty(name="abstract", mandatory=true, nullable=false) boolean isAbstract()
isAbstract in interface Type@ISProperty(name="superClasses", readonly=true, mandatory=true, nullable=false) Set<String> getSuperClasses()
getSuperClasses in interface TypeCopyright © 2022. All Rights Reserved.