Package | Description |
---|---|
org.genericsystem.api.core |
Modifier and Type | Method and Description |
---|---|
T |
IGeneric.disableSystemProperty(Class<? extends IGeneric.SystemProperty> propertyClass,
int pos,
T... targets)
Disable this vertex for the specified boolean system property, position and
targets . |
T |
IGeneric.enableSystemProperty(Class<? extends IGeneric.SystemProperty> propertyClass,
int pos,
T... targets)
Enable this vertex for the specified boolean system property, position and
targets . |
T |
IGeneric.getKey(Class<? extends IGeneric.SystemProperty> propertyClass,
int pos)
Returns the key for the property at the position
|
Serializable |
IGeneric.getSystemPropertyValue(Class<? extends IGeneric.SystemProperty> propertyClass,
int pos)
Returns the property value of this vertex for the specified system property and position.
|
boolean |
IGeneric.isSystemPropertyEnabled(Class<? extends IGeneric.SystemProperty> propertyClass,
int pos)
Indicates whether this vertex is enabled for the specified boolean system property and position.
|
T |
IGeneric.setSystemPropertyValue(Class<? extends IGeneric.SystemProperty> propertyClass,
int pos,
Serializable value,
T... targets)
Set the property value of this vertex for the specified system property, position and
targets . |
Copyright © 2022. All rights reserved.