public class DefaultNDescriptorProperty extends Object implements net.thevpc.nuts.NDescriptorProperty
| Constructor and Description |
|---|
DefaultNDescriptorProperty(String name,
net.thevpc.nuts.util.NLiteral value,
net.thevpc.nuts.NEnvCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDescriptorPropertyBuilder |
builder() |
boolean |
equals(Object o) |
net.thevpc.nuts.NEnvCondition |
getCondition() |
String |
getName() |
net.thevpc.nuts.util.NLiteral |
getValue() |
int |
hashCode() |
boolean |
isBlank() |
static DefaultNDescriptorProperty |
of(String name,
Object value) |
String |
toString() |
public DefaultNDescriptorProperty(String name, net.thevpc.nuts.util.NLiteral value, net.thevpc.nuts.NEnvCondition condition)
public static DefaultNDescriptorProperty of(String name, Object value)
public String getName()
getName in interface net.thevpc.nuts.NDescriptorPropertypublic net.thevpc.nuts.util.NLiteral getValue()
getValue in interface net.thevpc.nuts.NDescriptorPropertypublic net.thevpc.nuts.NEnvCondition getCondition()
getCondition in interface net.thevpc.nuts.NDescriptorPropertypublic net.thevpc.nuts.NDescriptorPropertyBuilder builder()
builder in interface net.thevpc.nuts.NDescriptorPropertypublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankableCopyright © 2025 vpc open source initiative. All rights reserved.