public class PrimitiveArrayFSImpl extends FeatureStructureImpl implements PrimitiveArrayFS
| Constructor and Description | 
|---|
| PrimitiveArrayFSImpl(float[] aArray) | 
| PrimitiveArrayFSImpl(int[] aArray) | 
| PrimitiveArrayFSImpl(String[] aArray) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | get() | 
| int | size()Get the size of this array. | 
| float[] | toFloatArray()Gets this value as an float array. | 
| int[] | toIntArray()Gets this value as an integer array. | 
| String | toString() | 
| String[] | toStringArray()Gets this value as an string array. | 
getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setTypepublic PrimitiveArrayFSImpl(String[] aArray)
public PrimitiveArrayFSImpl(int[] aArray)
public PrimitiveArrayFSImpl(float[] aArray)
public int size()
PrimitiveArrayFSsize in interface PrimitiveArrayFSpublic int[] toIntArray()
PrimitiveArrayFStoIntArray in interface PrimitiveArrayFSpublic float[] toFloatArray()
PrimitiveArrayFStoFloatArray in interface PrimitiveArrayFSpublic String[] toStringArray()
PrimitiveArrayFStoStringArray in interface PrimitiveArrayFSpublic Object get()
get in class FeatureStructureImplpublic String toString()
toString in class FeatureStructureImplCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.