Used in GObject, but little is done with this class beyond struct-like behavior. Primarily for internal use and passing a property address to GridLAB-D core calls.
Definition at line 10 of file GProperty.java.
Public Member Functions | |
| String | GetName () |
| Pointer to the. | |
Static Public Member Functions | |
| static GProperty | Build (String n, String t, long o, long s) |
| Public constructor wrapper. | |
| static GProperty | Build (String n, String t, long o) |
| Public constructor wrapper. | |
| static GProperty gridlabd::GProperty::Build | ( | String | n, | |
| String | t, | |||
| long | o, | |||
| long | s | |||
| ) | [inline, static] |
Public constructor wrapper.
| n | Name of the property to create. | |
| t | Name of the type of property to create. | |
| o | Offset for this property, in bytes. | |
| s | Size of this property, in bytes. |
Definition at line 53 of file GProperty.java.
| static GProperty gridlabd::GProperty::Build | ( | String | n, | |
| String | t, | |||
| long | o | |||
| ) | [inline, static] |
Public constructor wrapper.
| n | Name of the property to create. | |
| t | Name of the type of property to create. | |
| o | Offset for this property, in bytes. |
Definition at line 34 of file GProperty.java.