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() |
boolean |
equals(Object o) |
NEnvCondition |
getCondition() |
String |
getName() |
NLiteral |
getValue() |
int |
hashCode() |
boolean |
isBlank() |
static DefaultNDescriptorProperty |
of(String name,
Object value) |
String |
toString() |
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 getName()
getName in interface NDescriptorPropertypublic NLiteral getValue()
getValue in interface NDescriptorPropertypublic NEnvCondition getCondition()
getCondition in interface NDescriptorPropertypublic NDescriptorPropertyBuilder builder()
builder in interface NDescriptorPropertypublic boolean isBlank()
isBlank in interface NBlankableCopyright © 2026 vpc open source initiative. All rights reserved.