rs.sol.soloist.server.guiconfiguration.style
Class GUIDateTimeFormat

java.lang.Object
  extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
      extended by rs.sol.soloist.server.uml.commonimplementation.runtime._DataTypeInstance
          extended by rs.sol.soloist.server.javaimpl.runtime.SOLoistDataTypeInstance
              extended by rs.sol.soloist.server.builtindomains.builtindatatypes.InstanceOfDataType
                  extended by rs.sol.soloist.server.builtindomains.builtindatatypes.InstanceOfEnumeration
                      extended by rs.sol.soloist.server.guiconfiguration.style.GUIDateTimeFormat
All Implemented Interfaces:
rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IDataTypeInstance, IEnumerationInstance, IRTElement

public class GUIDateTimeFormat
extends InstanceOfEnumeration

A class-enumeration that specifies a format length for datetime values.

Author:
SOL Expert Group
See Also:
GUIDateTimeTextFeature

Field Summary
static GUIDateTimeFormat CUSTOM
           
static java.lang.String FQ_TYPE_NAME
          Fully qualified UML enumeration name
static GUIDateTimeFormat FULL
           
static GUIDateTimeFormat LONG
           
static GUIDateTimeFormat MEDIUM
           
static GUIDateTimeFormat SHORT
           
 
Fields inherited from class rs.sol.soloist.server.builtindomains.builtindatatypes.InstanceOfEnumeration
CLASSIFIER
 
Method Summary
static GUIDateTimeFormat fromString(java.lang.String uqName)
           
 int getStyle()
           
 
Methods inherited from class rs.sol.soloist.server.builtindomains.builtindatatypes.InstanceOfEnumeration
accept, accept, equals, getAttributeValue, getDataType, getLiteral, getMyID, getSlot, getSlots, getSQLString, hashCode, isEqualTo, makeClone, toSerializable, toString
 
Methods inherited from class rs.sol.soloist.server.builtindomains.builtindatatypes.InstanceOfDataType
fromSerializable
 
Methods inherited from class rs.sol.soloist.server.javaimpl.runtime.SOLoistDataTypeInstance
addAttributeValue, setDataType, setMyID
 
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._DataTypeInstance
getClassifier, hasIdentity, isClassInstance, isDataTypeInstance, isMarkedAsDeleted, markAsDeleted
 
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
conformsTo, constructor, copySlots, copySlots, destroy, destructor, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValues, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMElement, getSlot, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf, isKindOf, isModelElement, isRTElement
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance
conformsTo, constructor, copySlots, copySlots, destroy, destructor, getAttributeValue, getAttributeValue, getAttributeValues, getClassifier, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getSlot, getSlot, getSlot, isClassInstance, isDataTypeInstance, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf, isMarkedAsDeleted, markAsDeleted
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IRTElement
getMElement, hasIdentity
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
isKindOf, isModelElement, isRTElement
 

Field Detail

SHORT

public static final GUIDateTimeFormat SHORT

MEDIUM

public static final GUIDateTimeFormat MEDIUM

LONG

public static final GUIDateTimeFormat LONG

FULL

public static final GUIDateTimeFormat FULL

CUSTOM

public static final GUIDateTimeFormat CUSTOM

FQ_TYPE_NAME

public static final java.lang.String FQ_TYPE_NAME
Fully qualified UML enumeration name

See Also:
Constant Field Values
Method Detail

fromString

public static GUIDateTimeFormat fromString(java.lang.String uqName)

getStyle

public int getStyle()