Interface WarpManifestX0Section<T,H extends WarpManifestX0HeaderField<T,H>,S extends WarpManifestX0Section<T,H,S>>
- All Known Implementing Classes:
WarpManifestX18Section
,WarpManifestX8Section
public interface WarpManifestX0Section<T,H extends WarpManifestX0HeaderField<T,H>,S extends WarpManifestX0Section<T,H,S>>
Warp manifest 0 bit section.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(T name) getAttributeBody
(T name) default T
getAttributeBodyNullable
(T attributeName) default T
getAttributeBodyNullable
(T attributeName, T defaultValue) getName()
default boolean
hasAttribute
(T name) makeAttribute
(T name, T body) void
withAttribute
(T name, T body) withAttributes
(List<H> attributes) withRemark
(T remark) withRemarks
(List<T> remarks)
-
Method Details
-
getName
T getName() -
setName
-
getAttributes
-
makeAttribute
-
withAttribute
-
withAttributes
-
hasAttribute
-
getAttribute
-
getAttributeBody
-
getAttributeBodyNullable
-
getAttributeBodyNullable
-
getRemarks
-
withRemark
-
withRemarks
-