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, toStringArraypublic 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)
FrameComponentsetAttributes in class FrameComponents - -public Attributes getAttributes()
FrameComponentgetAttributes in class FrameComponentpublic Attributes createAttributes()
Copyright © 2018. All rights reserved.