Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal | |
org.g_node.nix.valid |
Modifier and Type | Method and Description |
---|---|
Property |
Section.createProperty(String name,
int dtype)
Add a new Property that does not have any Values to this Section.
|
Property |
Section.createProperty(String name,
List<Value> values)
Add a new Property with values to the Section.
|
Property |
Section.createProperty(String name,
Value value)
Add a new Property to the Section.
|
Property |
Section.getProperty(long index)
Gets the property defined by its index.
|
Property |
Section.getProperty(String nameOrId)
Gets the Property identified by its name or id.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
Section.getInheritedProperties()
Returns all Properties inherited from a linked section.
|
List<Property> |
Section.getProperties()
Get all properties of the section.
|
Modifier and Type | Method and Description |
---|---|
int |
Property.compareTo(Property property) |
boolean |
Section.deleteProperty(Property property)
Deletes the Property from this section.
|
boolean |
Section.hasProperty(Property property)
Checks if a Property exists in this Section.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
VectorUtils.PropertyVector.getProperties()
Get properties.
|
Constructor and Description |
---|
PropertyVector(List<Property> lst)
Set properties.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(Property property)
Property entity validator
Function taking a Property entity and returning
Result
object |
Copyright © 2016. All rights reserved.