Package manifold.api.gen
Class SrcSetProperty
- java.lang.Object
-
- manifold.api.gen.SrcElement
-
- manifold.api.gen.SrcAnnotated<T>
-
- manifold.api.gen.SrcStatement<T>
-
- manifold.api.gen.AbstractSrcMethod<SrcSetProperty>
-
- manifold.api.gen.SrcSetProperty
-
public class SrcSetProperty extends AbstractSrcMethod<SrcSetProperty>
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALUE_PARAM-
Fields inherited from class manifold.api.gen.SrcAnnotated
NON_SEALED, SEALED
-
Fields inherited from class manifold.api.gen.SrcElement
INDENT
-
-
Constructor Summary
Constructors Constructor Description SrcSetProperty(String name, Class type)SrcSetProperty(String name, String type)SrcSetProperty(String name, SrcType type)SrcSetProperty(AbstractSrcClass srcClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SrcSetPropertytype(Class type)SrcSetPropertytype(String type)SrcSetPropertytype(SrcType type)-
Methods inherited from class manifold.api.gen.AbstractSrcMethod
addThrowType, addTypeVar, body, body, getDefaultValue, getReturnType, getThrowTypes, getTypeVariables, isConstructor, isPrimaryConstructor, render, returns, returns, returns, setConstructor, setDefaultValue, setPrimaryConstructor, signature, throwsList, throwsList
-
Methods inherited from class manifold.api.gen.SrcAnnotated
addAnnotation, addAnnotation, addAnnotation, addParam, addParam, addParam, addParam, clearUserData, computeOrGetUserData, forwardParameters, getAnnotation, getAnnotations, getModifiers, getParameters, getSimpleName, getUserData, hasAnnotation, hasAnnotation, insertParam, modifiers, modifiers, modifiersFrom, name, removeUserData, renderAnnotations, renderAnnotations, renderArgumenets, renderModifiers, renderModifiers, renderParameters, renderParameters, withUserData
-
Methods inherited from class manifold.api.gen.SrcElement
getOwner, indent, makeCompileTimeConstantValue, setOwner, toString
-
-
-
-
Field Detail
-
VALUE_PARAM
public static final String VALUE_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SrcSetProperty type(SrcType type)
-
type
public SrcSetProperty type(Class type)
-
type
public SrcSetProperty type(String type)
-
-