public class DefaultNDescriptorPropertyBuilder extends Object implements NDescriptorPropertyBuilder
| Constructor and Description |
|---|
DefaultNDescriptorPropertyBuilder() |
DefaultNDescriptorPropertyBuilder(NDescriptorProperty other) |
DefaultNDescriptorPropertyBuilder(NDescriptorPropertyBuilder other) |
| Modifier and Type | Method and Description |
|---|---|
NDescriptorProperty |
build() |
NDescriptorPropertyBuilder |
builder() |
NDescriptorPropertyBuilder |
copy() |
NDescriptorPropertyBuilder |
copyFrom(NBootDescriptorProperty value) |
NDescriptorPropertyBuilder |
copyFrom(NDescriptorProperty value) |
NDescriptorPropertyBuilder |
copyFrom(NDescriptorPropertyBuilder value) |
NEnvConditionBuilder |
getCondition() |
String |
getName() |
NLiteral |
getValue() |
boolean |
isBlank() |
NDescriptorPropertyBuilder |
setCondition(NEnvCondition condition) |
NDescriptorPropertyBuilder |
setCondition(NEnvConditionBuilder condition) |
NDescriptorPropertyBuilder |
setName(String name) |
NDescriptorPropertyBuilder |
setValue(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstNonBlank, firstNonBlank, firstNonBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic DefaultNDescriptorPropertyBuilder()
public DefaultNDescriptorPropertyBuilder(NDescriptorProperty other)
public DefaultNDescriptorPropertyBuilder(NDescriptorPropertyBuilder other)
public String getName()
getName in interface NDescriptorPropertyBuilderpublic NLiteral getValue()
getValue in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder setCondition(NEnvCondition condition)
setCondition in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder setCondition(NEnvConditionBuilder condition)
setCondition in interface NDescriptorPropertyBuilderpublic NEnvConditionBuilder getCondition()
getCondition in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder setName(String name)
setName in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder setValue(String value)
setValue in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copyFrom(NDescriptorProperty value)
copyFrom in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copyFrom(NDescriptorPropertyBuilder value)
copyFrom in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copyFrom(NBootDescriptorProperty value)
public boolean isBlank()
isBlank in interface NBlankablepublic NDescriptorPropertyBuilder builder()
public NDescriptorProperty build()
build in interface NDescriptorPropertyBuilderpublic NDescriptorPropertyBuilder copy()
copy in interface NDescriptorPropertyBuilderCopyright © 2025 vpc open source initiative. All rights reserved.