public abstract class ProjectionDef extends IObject implements _ProjectionDefOperations, _ProjectionDefOperationsNC
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
protected RBool |
active |
protected ProjectionAxis |
axis |
protected RInt |
endPlane |
protected RenderingDef |
renderingDef |
static long |
serialVersionUID |
protected RInt |
startPlane |
protected RInt |
stepping |
protected ProjectionType |
type |
protected RInt |
version |
Constructor and Description |
---|
ProjectionDef() |
ProjectionDef(RLong id,
Details details,
boolean loaded,
RInt version,
RenderingDef renderingDef,
ProjectionAxis axis,
ProjectionType type,
RBool active,
RInt startPlane,
RInt endPlane,
RInt stepping) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___getActive(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getAxis(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getEndPlane(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getRenderingDef(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getStartPlane(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getStepping(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getType(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getVersion(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setActive(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setAxis(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setEndPlane(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setRenderingDef(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setStartPlane(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setStepping(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setType(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setVersion(ProjectionDef __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
ProjectionDef |
clone() |
RBool |
getActive() |
ProjectionAxis |
getAxis() |
RInt |
getEndPlane() |
RenderingDef |
getRenderingDef() |
RInt |
getStartPlane() |
RInt |
getStepping() |
ProjectionType |
getType() |
RInt |
getVersion() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
setActive(RBool theActive) |
void |
setAxis(ProjectionAxis theAxis) |
void |
setEndPlane(RInt theEndPlane) |
void |
setRenderingDef(RenderingDef theRenderingDef) |
void |
setStartPlane(RInt theStartPlane) |
void |
setStepping(RInt theStepping) |
void |
setType(ProjectionType theType) |
void |
setVersion(RInt theVersion) |
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActive, getAxis, getEndPlane, getRenderingDef, getStartPlane, getStepping, getType, getVersion, setActive, setAxis, setEndPlane, setRenderingDef, setStartPlane, setStepping, setType, setVersion
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String[] __ids
protected RInt version
protected RenderingDef renderingDef
protected ProjectionAxis axis
protected ProjectionType type
protected RBool active
protected RInt startPlane
protected RInt endPlane
protected RInt stepping
public static final long serialVersionUID
public ProjectionDef()
public ProjectionDef(RLong id, Details details, boolean loaded, RInt version, RenderingDef renderingDef, ProjectionAxis axis, ProjectionType type, RBool active, RInt startPlane, RInt endPlane, RInt stepping)
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final RBool getActive()
getActive
in interface _ProjectionDefOperationsNC
public final ProjectionAxis getAxis()
getAxis
in interface _ProjectionDefOperationsNC
public final RInt getEndPlane()
getEndPlane
in interface _ProjectionDefOperationsNC
public final RenderingDef getRenderingDef()
getRenderingDef
in interface _ProjectionDefOperationsNC
public final RInt getStartPlane()
getStartPlane
in interface _ProjectionDefOperationsNC
public final RInt getStepping()
getStepping
in interface _ProjectionDefOperationsNC
public final ProjectionType getType()
getType
in interface _ProjectionDefOperationsNC
public final RInt getVersion()
getVersion
in interface _ProjectionDefOperationsNC
public final void setActive(RBool theActive)
setActive
in interface _ProjectionDefOperationsNC
public final void setAxis(ProjectionAxis theAxis)
setAxis
in interface _ProjectionDefOperationsNC
public final void setEndPlane(RInt theEndPlane)
setEndPlane
in interface _ProjectionDefOperationsNC
public final void setRenderingDef(RenderingDef theRenderingDef)
setRenderingDef
in interface _ProjectionDefOperationsNC
public final void setStartPlane(RInt theStartPlane)
setStartPlane
in interface _ProjectionDefOperationsNC
public final void setStepping(RInt theStepping)
setStepping
in interface _ProjectionDefOperationsNC
public final void setType(ProjectionType theType)
setType
in interface _ProjectionDefOperationsNC
public final void setVersion(RInt theVersion)
setVersion
in interface _ProjectionDefOperationsNC
public static Ice.DispatchStatus ___getVersion(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setVersion(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getRenderingDef(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setRenderingDef(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getAxis(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setAxis(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getType(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setType(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getActive(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setActive(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getStartPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setStartPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getEndPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setEndPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getStepping(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setStepping(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class IObject
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class IObject
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class IObject
public ProjectionDef clone()