de.grogra.math
Class BSplineCurveImpl.Type
java.lang.Object
  
de.grogra.reflect.MemberDecorator
      
de.grogra.reflect.TypeDecorator
          
de.grogra.persistence.ManageableType
              
de.grogra.persistence.SCOType
                  
de.grogra.math.VertexSetBase.Type
                      
de.grogra.math.VertexListImpl.Type
                          
de.grogra.math.BSplineCurveImpl.Type
- All Implemented Interfaces: 
 - Member, Type
 
- Enclosing class:
 - BSplineCurveImpl
 
public static class BSplineCurveImpl.Type
- extends VertexListImpl.Type
 
 
 
 
 
 
 
| Fields inherited from interface de.grogra.reflect.Type | 
BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, FLOAT, FLOATING_POINT, INT, INTEGRAL, INVALID, LOCAL_CLASS_MODIFIERS, LONG, MEMBER_CLASS_MODIFIERS, MEMBER_INTERFACE_MODIFIERS, NULL, NUMBER, NUMERIC, OBJECT, SHORT, STRING, TOP_LEVEL_CLASS_MODIFIERS, TOP_LEVEL_INTERFACE_MODIFIERS, TYPE, TYPE_0, VOID | 
 
| Fields inherited from interface de.grogra.reflect.Member | 
ABSTRACT, ACCESS_MODIFIERS, ARRAY, BRIDGE, CONSTANT, FINAL, INTERFACE, JAVA_MODIFIERS, LOCAL_CLASS, MIN_UNUSED_MODIFIER, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE | 
 
 
| 
Method Summary | 
protected  boolean | 
getBoolean(java.lang.Object o,
           int id)
 
            | 
protected  int | 
getInt(java.lang.Object o,
       int id)
 
            | 
 java.lang.Object | 
newInstance()
 
            | 
protected  void | 
setBoolean(java.lang.Object o,
           int id,
           boolean value)
 
            | 
protected  void | 
setInt(java.lang.Object o,
       int id,
       int value)
 
            | 
 
 
| Methods inherited from class de.grogra.persistence.SCOType | 
addManagedField, addManagedField, getByte, getChar, getDouble, getFloat, getLong, getRepresentative, getShort, isWritable, newInstance, setByte, setChar, setDouble, setFloat, setLong, setShort, validate | 
 
| Methods inherited from class de.grogra.persistence.ManageableType | 
addManagedField, cloneManageable, cloneNonsharedObject, cloneObject, cloneObject, forClass, forName, forType, getFCOFields, getManageableSupertype, getManagedField, getManagedField, getManagedFieldCount, getSerializationMethod, getSupertype, isAssignableFrom, isSerializable, read, readObject, replaceType, resolveAliasField, setObject, setSerializable, setSerializationMethod, write | 
 
| Methods inherited from class de.grogra.reflect.TypeDecorator | 
createArray, getArrayType, getBinaryName, getComponentType, getDeclaredField, getDeclaredFieldCount, getDeclaredInterface, getDeclaredInterfaceCount, getDeclaredMethod, getDeclaredMethodCount, getDeclaredType, getDeclaredTypeCount, getDefaultElementValue, getImplementationClass, getLookup, getPackage, getTypeId, getTypeLoader, isInstance, isStringSerializable, toString, undecorate, valueOf | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
FIELD_COUNT
protected static final int FIELD_COUNT
- See Also:
 - Constant Field Values
 
BSplineCurveImpl.Type
public BSplineCurveImpl.Type(BSplineCurveImpl representative,
                             SCOType supertype)
BSplineCurveImpl.Type
public BSplineCurveImpl.Type(java.lang.Class c,
                             SCOType supertype)
getBoolean
protected boolean getBoolean(java.lang.Object o,
                             int id)
- Overrides:
 getBoolean in class SCOType
 
 
getInt
protected int getInt(java.lang.Object o,
                     int id)
- Overrides:
 getInt in class VertexSetBase.Type
 
 
newInstance
public java.lang.Object newInstance()
- Specified by:
 newInstance in interface Type- Overrides:
 newInstance in class VertexListImpl.Type
 
 
setBoolean
protected void setBoolean(java.lang.Object o,
                          int id,
                          boolean value)
- Overrides:
 setBoolean in class SCOType
 
 
setInt
protected void setInt(java.lang.Object o,
                      int id,
                      int value)
- Overrides:
 setInt in class VertexSetBase.Type