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