public class DfEnvironmentType extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
_environmentType
The type of environment.
|
static String |
DEFAULT_CONTROL_MARK
The mark for default control
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getEnvironmentType()
Get the type of environment.
|
String |
getEnvironmentTypeMightBeDefault()
Get the type of environment it might be default expression
DEFAULT_CONTROL_MARK. |
static DfEnvironmentType |
getInstance() |
boolean |
isSpecifiedType()
Is the environment type specified?
|
void |
setEnvironmentType(String environmentType) |
public static final String DEFAULT_CONTROL_MARK
protected String _environmentType
public static DfEnvironmentType getInstance()
public boolean isSpecifiedType()
public String getEnvironmentType()
public String getEnvironmentTypeMightBeDefault()
DEFAULT_CONTROL_MARK.public void setEnvironmentType(String environmentType)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.