Package com.exedio.cope
Interface AbstractType<T>
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
TemplatedType<E>
- All Known Implementing Classes:
BlockType
,CompositeType
,Type
public interface AbstractType<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Feature
getDeclaredFeature(String name)
List<? extends Feature>
getDeclaredFeatures()
Feature
getFeature(String name)
List<? extends Feature>
getFeatures()
Class<T>
getJavaClass()
List<String>
getLocalizationKeys()
List<? extends AbstractType<? extends T>>
getSubtypes()
AbstractType<? super T>
getSupertype()
-
-
-
Method Detail
-
getSupertype
AbstractType<? super T> getSupertype()
-
getSubtypes
List<? extends AbstractType<? extends T>> getSubtypes()
-
getLocalizationKeys
List<String> getLocalizationKeys()
- See Also:
LocalizationKeys
-
-