public class SrcSetProperty extends AbstractSrcMethod<SrcSetProperty>
Modifier and Type | Field and Description |
---|---|
static String |
VALUE_PARAM |
INDENT
Constructor and Description |
---|
SrcSetProperty(AbstractSrcClass srcClass) |
SrcSetProperty(String name,
Class type) |
SrcSetProperty(String name,
SrcType type) |
SrcSetProperty(String name,
String type) |
Modifier and Type | Method and Description |
---|---|
SrcSetProperty |
type(Class type) |
SrcSetProperty |
type(SrcType type) |
SrcSetProperty |
type(String type) |
addThrowType, addTypeVar, body, body, getDefaultValue, getReturnType, getThrowTypes, getTypeVariables, isConstructor, isPrimaryConstructor, render, returns, returns, returns, setConstructor, setDefaultValue, setPrimaryConstructor, signature, throwsList, throwsList
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
getOwner, indent, makeCompileTimeConstantValue, setOwner, toString
public static final String VALUE_PARAM
public SrcSetProperty(AbstractSrcClass srcClass)
public SrcSetProperty type(SrcType type)
public SrcSetProperty type(Class type)
public SrcSetProperty type(String type)
Copyright © 2024. All rights reserved.