Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
static ViewType |
ViewType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ViewType |
ViewType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
ViewType |
View.getType()
Retrieves the view type.
|
static ViewType |
ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewType[] |
ViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ViewType |
AbstractView.m_type |
Modifier and Type | Method and Description |
---|---|
ViewType |
AbstractView.getType() |
Copyright © 2000–2024 Packwood Software. All rights reserved.