Package apple.javascriptcore.struct
Class JSStaticValue
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.javascriptcore.struct.JSStaticValue
-
public final class JSStaticValue extends org.moe.natj.c.StructObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJSStaticValue.Function_getPropertystatic interfaceJSStaticValue.Function_setProperty
-
Constructor Summary
Constructors Modifier Constructor Description JSStaticValue()JSStaticValue(java.lang.String name, JSStaticValue.Function_getProperty getProperty, JSStaticValue.Function_setProperty setProperty, int attributes)protectedJSStaticValue(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intattributes()JSStaticValue.Function_getPropertygetProperty()java.lang.Stringname()voidsetAttributes(int value)voidsetGetProperty(JSStaticValue.Function_getProperty value)voidsetName(java.lang.String value)JSStaticValue.Function_setPropertysetProperty()voidsetSetProperty(JSStaticValue.Function_setProperty value)
-
-
-
Constructor Detail
-
JSStaticValue
public JSStaticValue()
-
JSStaticValue
protected JSStaticValue(org.moe.natj.general.Pointer peer)
-
JSStaticValue
public JSStaticValue(java.lang.String name, JSStaticValue.Function_getProperty getProperty, JSStaticValue.Function_setProperty setProperty, int attributes)
-
-
Method Detail
-
name
public java.lang.String name()
-
setName
public void setName(java.lang.String value)
-
getProperty
public JSStaticValue.Function_getProperty getProperty()
-
setGetProperty
public void setGetProperty(JSStaticValue.Function_getProperty value)
-
setProperty
public JSStaticValue.Function_setProperty setProperty()
-
setSetProperty
public void setSetProperty(JSStaticValue.Function_setProperty value)
-
attributes
public int attributes()
-
setAttributes
public void setAttributes(int value)
-
-