Package com.exedio.cope
Interface AbstractType<T>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
TemplatedType<E>
- All Known Implementing Classes:
BlockType
,CompositeType
,Type
-
Method Summary
Modifier and TypeMethodDescriptiongetDeclaredFeature
(String name) getFeature
(String name) List<? extends AbstractType<? extends T>>
AbstractType<? super T>
-
Method Details
-
getJavaClass
-
getSupertype
AbstractType<? super T> getSupertype() -
getSubtypes
List<? extends AbstractType<? extends T>> getSubtypes() -
getDeclaredFeatures
-
getFeatures
-
getDeclaredFeature
-
getFeature
-
getLocalizationKeys
- See Also:
-