class: Type

public <<enumeration>> class: Type
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:31; Modified: 16.07.2009 15:13:32;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {FE03AB39-7B51-41ae-8F24-32B36D8B65D1}
Schema fragment(s) for this class:
<pre> <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="internal"/> <xs:enumeration value="external"/> </xs:restriction> </xs:simpleType>
</pre>
 

Goto: Custom Properties, Fields, Methods

See also: Selector

Appears in: usergroup

Connections
 
Custom Properties
 
Type Attributes
Attribute Details
public
  INTERNAL
<<enum>>
arguments="internal"
public
  EXTERNAL
<<enum>>
arguments="external"
private const String
  value
 
Type Methods
Operation Details
private
Type(
   String value):
Sequential
public
toString():String
Sequential
public static
convert(
   String value):Type
Sequential