public class DefaultNDescriptorProperty extends Object implements NDescriptorProperty
| Constructor and Description |
|---|
DefaultNDescriptorProperty(String name,
NLiteral value,
NEnvCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
NDescriptorPropertyBuilder |
builder() |
NEnvCondition |
condition() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBlank() |
String |
name() |
static DefaultNDescriptorProperty |
of(String name,
Object value) |
String |
toString() |
NLiteral |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic DefaultNDescriptorProperty(String name, NLiteral value, NEnvCondition condition)
public static DefaultNDescriptorProperty of(String name, Object value)
public String name()
name in interface NDescriptorPropertypublic NLiteral value()
value in interface NDescriptorPropertypublic NEnvCondition condition()
condition in interface NDescriptorPropertypublic NDescriptorPropertyBuilder builder()
builder in interface NDescriptorPropertypublic boolean isBlank()
isBlank in interface NBlankableCopyright © 2026 vpc open source initiative. All rights reserved.