Package io.sundr.model
Class ValueRefFluent<A extends ValueRefFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.ValueRefFluent<A>
-
- Direct Known Subclasses:
AssignFluent.ValueRefTargetNested,AssignFluent.ValueRefValueNested,BinaryExpressionFluent.ValueRefLeftNested,BinaryExpressionFluent.ValueRefRightNested,CastFluent.ValueRefExpressionNested,ConstructFluent.ValueRefArgumentsNested,DoFluent.ValueRefConditionNested,EnclosedFluent.ValueRefExpresionNested,ForeachFluent.ValueRefExpressionNested,ForFluent.ValueRefCompareNested,ForFluent.ValueRefInitNested,ForFluent.ValueRefUpdateNested,IfFluent.ValueRefConditionNested,IndexFluent.ValueRefExpressionNested,IndexFluent.ValueRefScopeNested,InstanceOfFluent.ValueRefExpressionNested,InverseFluent.ValueRefExpresionNested,MethodCallFluent.ValueRefArgumentsNested,MethodCallFluent.ValueRefScopeNested,NegativeFluent.ValueRefExpresionNested,NewArrayFluent.ValueRefExpressionsNested,NotFluent.ValueRefExpresionNested,PositiveFluent.ValueRefExpresionNested,PostDecrementFluent.ValueRefExpressionNested,PostIncrementFluent.ValueRefExpressionNested,PreDecrementFluent.ValueRefExpressionNested,PreIncrementFluent.ValueRefExpressionNested,PropertyRefFluent.ValueRefScopeNested,ReturnFluent.ValueRefExpressionNested,SwitchFluent.ValueRefExpressionNested,TernaryFluent.ValueRefAlternativeNested,TernaryFluent.ValueRefConditionNested,TernaryFluent.ValueRefResultNested,ValueRefBuilder,WhileFluent.ValueRefConditionNested
public class ValueRefFluent<A extends ValueRefFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ValueRefFluent()ValueRefFluent(io.sundr.model.ValueRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(io.sundr.model.ValueRef instance)booleanequals(Object o)ObjectgetValue()inthashCode()booleanhasValue()StringtoString()AwithValue(Object value)
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.ValueRef instance)
-
getValue
public Object getValue()
-
hasValue
public boolean hasValue()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.sundr.builder.BaseFluent<A extends ValueRefFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.sundr.builder.BaseFluent<A extends ValueRefFluent<A>>
-
-