Uses of Class
net.officefloor.web.HttpInputPathSegment.HttpInputPathSegmentEnum
-
Packages that use HttpInputPathSegment.HttpInputPathSegmentEnum Package Description net.officefloor.web -
-
Uses of HttpInputPathSegment.HttpInputPathSegmentEnum in net.officefloor.web
Fields in net.officefloor.web declared as HttpInputPathSegment.HttpInputPathSegmentEnum Modifier and Type Field Description HttpInputPathSegment.HttpInputPathSegmentEnum
HttpInputPathSegment. type
Methods in net.officefloor.web that return HttpInputPathSegment.HttpInputPathSegmentEnum Modifier and Type Method Description static HttpInputPathSegment.HttpInputPathSegmentEnum
HttpInputPathSegment.HttpInputPathSegmentEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpInputPathSegment.HttpInputPathSegmentEnum[]
HttpInputPathSegment.HttpInputPathSegmentEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.officefloor.web with parameters of type HttpInputPathSegment.HttpInputPathSegmentEnum Constructor Description HttpInputPathSegment(HttpInputPathSegment.HttpInputPathSegmentEnum type, java.lang.String value)
Instantiate.
-