com.ptc.core.ca.co.client.primitive
Class CoSeparatorType

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoSeparatorType
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class CoSeparatorType
extends Object
implements Serializable

The class defining types of conceptual separators.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoSeparatorType HORIZONTAL
          Deprecated. 

Supported API: true
static CoSeparatorType VERTICAL
          Deprecated. 

Supported API: true
 
Method Summary
 boolean equals(CoSeparatorType type)
          Deprecated. Returns whether the separator is equal to this separator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final CoSeparatorType HORIZONTAL
Deprecated. 


Supported API: true


VERTICAL

public static final CoSeparatorType VERTICAL
Deprecated. 


Supported API: true

Method Detail

equals

public final boolean equals(CoSeparatorType type)
Deprecated. 
Returns whether the separator is equal to this separator.

Supported API: true

Parameters:
type -
Returns:
boolean