public class AFrameLeaf extends FrameLeaf
NOT_UTF8_ERROR
Constructor and Description |
---|
AFrameLeaf(boolean bool) |
AFrameLeaf(byte[] data,
boolean encode) |
AFrameLeaf(double mydouble) |
AFrameLeaf(double[] mydouble) |
AFrameLeaf(float myfloat) |
AFrameLeaf(float[] myfloat) |
AFrameLeaf(int myint) |
AFrameLeaf(int[] myint) |
AFrameLeaf(long mylong) |
AFrameLeaf(long[] mylong) |
AFrameLeaf(String mystring) |
AFrameLeaf(String[] mystring) |
Modifier and Type | Method and Description |
---|---|
Attributes |
createAttributes() |
Attributes |
getAttributes()
Get the attributes associated with this FrameComponent.
|
void |
setAttributes(Attributes s)
Set the attributes (replacing any previous ones) assocated with this Frame component.
|
getData, toBoolean, toBytes, toDouble, toDoubleArray, toFloat, toFloatArray, toInt, toIntArray, toLong, toLongArray, toString, toStringArray
public AFrameLeaf(byte[] data, boolean encode)
public AFrameLeaf(String mystring)
public AFrameLeaf(String[] mystring)
public AFrameLeaf(float myfloat)
public AFrameLeaf(float[] myfloat)
public AFrameLeaf(double mydouble)
public AFrameLeaf(double[] mydouble)
public AFrameLeaf(int myint)
public AFrameLeaf(int[] myint)
public AFrameLeaf(long mylong)
public AFrameLeaf(long[] mylong)
public AFrameLeaf(boolean bool)
public void setAttributes(Attributes s)
FrameComponent
setAttributes
in class FrameComponent
public Attributes getAttributes()
FrameComponent
getAttributes
in class FrameComponent
public Attributes createAttributes()
Copyright © 2015. All rights reserved.